add lynis to common programs
This commit is contained in:
parent
c3a9327ecf
commit
75247bfd22
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user