Skip to content

Commit

Permalink
Set update_cache to true for snap install.
Browse files Browse the repository at this point in the history
  • Loading branch information
jelaiw committed Aug 12, 2023
1 parent 5ad6988 commit a6e7b1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ansible/postman.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
- name: Install snapd
ansible.builtin.apt:
name: snapd
update_cache: true
state: latest
become: yes
- name: Enable and start snap service
Expand Down

0 comments on commit a6e7b1d

Please sign in to comment.