add toolbox to list of common programs
This commit is contained in:
parent
072b5bf4eb
commit
f5113e23a4
@ -9,8 +9,9 @@
|
|||||||
- borgbackup
|
- borgbackup
|
||||||
- tmux
|
- tmux
|
||||||
- lynis
|
- lynis
|
||||||
|
- toolbox
|
||||||
state: present
|
state: present
|
||||||
register: zypper_result
|
register: zypper_result
|
||||||
- name: reboot if borgbackup or tmux was installed
|
- name: reboot if software needed to be installed
|
||||||
ansible.builtin.reboot:
|
ansible.builtin.reboot:
|
||||||
when: zypper_result.changed
|
when: zypper_result.changed
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user