We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2b0bd6 commit 643da91Copy full SHA for 643da91
tasks/main.yml
@@ -80,6 +80,8 @@
80
81
- name: Load data
82
shell: "{{ manage }} loaddata {{ item }} {{ settings }}"
83
+ args:
84
+ chdir: "{{ conf.host_path }}"
85
when: loaddata is defined and loaddata == 'true'
86
with_items: '{{ conf.data }}'
87
register: loaddata_results
0 commit comments