add lynis to common programs
This commit is contained in:
parent
c3a9327ecf
commit
75247bfd22
@ -3,9 +3,12 @@
|
|||||||
hosts: all
|
hosts: all
|
||||||
become: yes
|
become: yes
|
||||||
tasks:
|
tasks:
|
||||||
- name: install borgbackup, tmux with zypper and transactional-update
|
- name: install common programs with zypper and transactional-update
|
||||||
community.general.zypper:
|
community.general.zypper:
|
||||||
name: "borgbackup tmux"
|
pkg:
|
||||||
|
- borgbackup
|
||||||
|
- tmux
|
||||||
|
- lynis
|
||||||
state: present
|
state: present
|
||||||
register: zypper_result
|
register: zypper_result
|
||||||
- name: reboot if borgbackup or tmux was installed
|
- name: reboot if borgbackup or tmux was installed
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user