Another loop syntax tweak

This commit is contained in:
Kevin Fenzi 2014-01-01 19:59:25 +00:00
parent ee076869ff
commit 97d6175943

View file

@ -6,6 +6,7 @@
- name: Install common scripts
action: copy src={{ item }} dest=/usr/local/bin/ owner=root group=root mode=0755
with_fileglob: "{{ files }}/common-scripts/*"
with_fileglob:
-"{{ files }}/common-scripts/*"
tags:
- config