Add retry to snap-store install

For some reason the snap-store install can fail if snap isn't available
fast enough. Adding a retry should fix it.
This commit is contained in:
ducoterra
2022-01-31 12:49:33 -05:00
parent 21a132ffc0
commit 4e7e3d4b78

View File

@@ -333,6 +333,8 @@
name: snap-store
state: present
become: yes
retries: 6
delay: 10
- name: Install vscode
community.general.snap:
name: code