Skip to content

Commit

Permalink
[raedyup] patch state change handling
Browse files Browse the repository at this point in the history
  • Loading branch information
naisanzaa committed Nov 18, 2024
1 parent d3af700 commit 03be590
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions playbooks/roles/readyup/tasks/Debian-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 03be590

Please sign in to comment.