Fixing error handling bug
This commit is contained in:
parent
52290acbf6
commit
68201f64d1
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@
|
||||||
state: present
|
state: present
|
||||||
with_items: "{{ rpmfusion_repos }}"
|
with_items: "{{ rpmfusion_repos }}"
|
||||||
|
|
||||||
rescue:
|
rescue:
|
||||||
- ansible.builtin.debug:
|
- ansible.builtin.debug:
|
||||||
msg: "rpmfusion Repos konnten nicht hinzugefügt werden."
|
msg: "rpmfusion Repos konnten nicht hinzugefügt werden."
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue