Fix deprecation warning
Bare variables are deprecated in Ansible now, we should wrap them in jinja stuff so that the deprecation warning goes away. Change-Id: Ib2bd6ae508eacaa274c16e08fe3ef384e4700776
This commit is contained in:
parent
fdc43c9f8a
commit
af32021ef2
@ -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