Testing debugging logging
This commit is contained in:
parent
a196b57ed1
commit
dbb6b97f40
1 changed files with 3 additions and 2 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue