Skip to content

Commit

Permalink
[raedyup] patch state change handling and ignore errors for some tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
naisanzaa committed Nov 18, 2024
1 parent d3af700 commit 22c4cbf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 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 Expand Up @@ -108,6 +110,7 @@
- name: python3-distutils
apt: update_cache=no name=python3-distutils state=latest
become: yes
ignore_errors: yes

- name: OpenVPN
apt: update_cache=no name=openvpn state=latest
Expand Down

0 comments on commit 22c4cbf

Please sign in to comment.