add retry to apt_update incase running in background

This commit is contained in:
m0duspwnens
2022-04-07 08:58:07 -04:00
parent b2a98af18b
commit 722b200e16

View File

@@ -9,3 +9,7 @@ apt_update:
- name: apt-get update
- onchanges:
- file: saltstack.list
- timeout: 30
- retry:
attempts: 5
interval: 30