add toolbox to list of common programs

This commit is contained in:
Tobias Petrich 2025-05-04 18:55:34 +02:00
parent 072b5bf4eb
commit f5113e23a4
No known key found for this signature in database
GPG Key ID: D99301AD0515015F

View File

@ -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