Testing debugging logging
This commit is contained in:
parent
6bc397707f
commit
01521c6add
1 changed files with 4 additions and 0 deletions
|
|
@ -23,6 +23,7 @@
|
|||
- name: "Remove and install dnf software"
|
||||
become: true
|
||||
ignore_errors: true
|
||||
register: dnf_errors
|
||||
block:
|
||||
- name: "Remove unnecassary packages"
|
||||
ansible.builtin.dnf:
|
||||
|
|
@ -40,6 +41,9 @@
|
|||
name: "{{ packages }}"
|
||||
state: present
|
||||
|
||||
- ansible.builtin.debug:
|
||||
msg: "{{ dnf_errors }}"
|
||||
|
||||
|
||||
- name: "Install Flatpaks"
|
||||
flatpak:
|
||||
|
|
|
|||
Loading…
Reference in a new issue