Merge "Fix deprecation warning"

This commit is contained in:
Jenkins 2016-02-25 21:12:01 +00:00 committed by Gerrit Code Review
commit ec4e488890
1 changed files with 1 additions and 1 deletions

View File

@ -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