Skip to content

Commit f7b2460

Browse files
authored
Merge pull request #2 from T-Systems-MMS/fix_download_task
removed hardcoded test sample and added item.title instead
2 parents cf2166f + 4bc7030 commit f7b2460

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

roles/ansible_icinga_business_process/tasks/business_process.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
- name: download configuration of existing business process
1515
uri:
16-
url: "{{ icinga_business_process_url }}/businessprocess/process/download?config=ansible-test"
16+
url: "{{ icinga_business_process_url }}/businessprocess/process/download?config={{ item.title }}"
1717
user: "{{ icinga_business_process_user }}"
1818
password: "{{ icinga_business_process_password }}"
1919
method: GET

0 commit comments

Comments
 (0)