add lynis to common programs

This commit is contained in:
Tobias Petrich 2025-01-25 11:31:00 +01:00
parent c3a9327ecf
commit 75247bfd22
No known key found for this signature in database
GPG Key ID: D99301AD0515015F

View File

@ -3,9 +3,12 @@
hosts: all
become: yes
tasks:
- name: install borgbackup, tmux with zypper and transactional-update
- name: install common programs with zypper and transactional-update
community.general.zypper:
name: "borgbackup tmux"
pkg:
- borgbackup
- tmux
- lynis
state: present
register: zypper_result
- name: reboot if borgbackup or tmux was installed