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