Skip to content

Commit

Permalink
adding a remove step
Browse files Browse the repository at this point in the history
  • Loading branch information
DMcP89 committed Oct 27, 2023
1 parent 10c2afa commit 17f4ef2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ansible-playbooks/cli-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@
update_cache: yes
become: true

- name: Remove old version of gcloud
apt:
name: google-cloud-sdk
state: absent
become: true

- name: Install gcloud
apt:
pkg:
Expand Down

0 comments on commit 17f4ef2

Please sign in to comment.