Testing debugging logging
This commit is contained in:
parent
1136ade99b
commit
0a6e244cb9
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@
|
||||||
|
|
||||||
rescue:
|
rescue:
|
||||||
- ansible.builtin.debug:
|
- ansible.builtin.debug:
|
||||||
msg: "{{ dnf_install_errors }}"
|
msg: "{{ dnf_install_errors.msg.failures }}"
|
||||||
|
|
||||||
|
|
||||||
- name: "Install Flatpaks"
|
- name: "Install Flatpaks"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue