From f5113e23a456a0b9cb12ddcd34329502be8de971 Mon Sep 17 00:00:00 2001 From: Tobias Petrich Date: Sun, 4 May 2025 18:55:34 +0200 Subject: [PATCH] add toolbox to list of common programs --- ansible/common_programs.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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