We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38cbf36 commit c633580Copy full SHA for c633580
tasks/main.yml
@@ -66,7 +66,7 @@
66
- name: Load data
67
shell: "{{ manage }} loaddata {{ item }} {{ settings }}"
68
when: loaddata is defined and loaddata == 'true'
69
- with_items: conf.data
+ with_items: '{{ conf.data }}'
70
register: loaddata_results
71
failed_when: '"Installed" not in loaddata_results.stdout'
72
0 commit comments