Fixing error handling bug

This commit is contained in:
Raphael Werner 2025-04-28 11:56:36 +02:00
parent 52290acbf6
commit 68201f64d1

View file

@ -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."