Merge "Fix deprecation warning"
This commit is contained in:
commit
ec4e488890
@ -24,7 +24,7 @@
|
||||
src: "{{ item }}"
|
||||
dest: "{{ item }}"
|
||||
mode: 0600
|
||||
with_items: hiera_file_paths.paths|default()
|
||||
with_items: "{{ hiera_file_paths.paths|default() }}"
|
||||
|
||||
when: copy_hieradata
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user