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