Testing debugging logging

This commit is contained in:
Raphael Werner 2025-04-28 21:43:26 +02:00
parent a196b57ed1
commit dbb6b97f40

View file

@ -42,10 +42,11 @@
rescue: rescue:
- name: "Log errors" - name: "Log errors"
lineinfile: ansible.builtin.lineinfile:
dest: /tmp/ansible.log dest: /tmp/ansible.log
line: >- line: >-
[ERR] {{ dnf_install_errors.failures }} [ERR] {{ item }}
with_items: "{{ dnf_install_errors.failures }}"
- name: "Install Flatpaks" - name: "Install Flatpaks"