diff --git a/ansible/common_programs.yml b/ansible/common_programs.yml index dde4dd7..f301c37 100644 --- a/ansible/common_programs.yml +++ b/ansible/common_programs.yml @@ -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