Another loop syntax tweak
This commit is contained in:
parent
ee076869ff
commit
97d6175943
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue