Skip to content

Commit c633580

Browse files
committed
Fix deprecation warning
1 parent 38cbf36 commit c633580

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
- name: Load data
6767
shell: "{{ manage }} loaddata {{ item }} {{ settings }}"
6868
when: loaddata is defined and loaddata == 'true'
69-
with_items: conf.data
69+
with_items: '{{ conf.data }}'
7070
register: loaddata_results
7171
failed_when: '"Installed" not in loaddata_results.stdout'
7272

0 commit comments

Comments
 (0)