diff --git a/playbooks/roles/readyup/tasks/Debian-desktop.yml b/playbooks/roles/readyup/tasks/Debian-desktop.yml index 35dbd07c..e2316dc4 100644 --- a/playbooks/roles/readyup/tasks/Debian-desktop.yml +++ b/playbooks/roles/readyup/tasks/Debian-desktop.yml @@ -11,6 +11,8 @@ - name: Install Missing Packages shell: apt install -f -y + register: shell + changed_when: '"Installing: 0" not in shell.stdout' become: yes - name: software-properties-common