fix spacing on with_fileglob
This commit is contained in:
parent
dcc0030b13
commit
566dfe5929
1 changed files with 1 additions and 1 deletions
|
@ -7,6 +7,6 @@
|
||||||
- name: Install common scripts
|
- name: Install common scripts
|
||||||
copy: src={{ item }} dest=/usr/local/bin/ owner=root group=root mode=0755
|
copy: src={{ item }} dest=/usr/local/bin/ owner=root group=root mode=0755
|
||||||
with_fileglob:
|
with_fileglob:
|
||||||
-"{{ files }}/common-scripts/*"
|
- "{{ files }}/common-scripts/*"
|
||||||
tags:
|
tags:
|
||||||
- config
|
- config
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue