We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cf2166f + 4bc7030 commit f7b2460Copy full SHA for f7b2460
1 file changed
roles/ansible_icinga_business_process/tasks/business_process.yml
@@ -13,7 +13,7 @@
13
14
- name: download configuration of existing business process
15
uri:
16
- url: "{{ icinga_business_process_url }}/businessprocess/process/download?config=ansible-test"
+ url: "{{ icinga_business_process_url }}/businessprocess/process/download?config={{ item.title }}"
17
user: "{{ icinga_business_process_user }}"
18
password: "{{ icinga_business_process_password }}"
19
method: GET
0 commit comments