mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-08 02:02:50 +01:00
add retry to apt_update incase running in background
This commit is contained in:
@@ -9,3 +9,7 @@ apt_update:
|
|||||||
- name: apt-get update
|
- name: apt-get update
|
||||||
- onchanges:
|
- onchanges:
|
||||||
- file: saltstack.list
|
- file: saltstack.list
|
||||||
|
- timeout: 30
|
||||||
|
- retry:
|
||||||
|
attempts: 5
|
||||||
|
interval: 30
|
||||||
|
|||||||
Reference in New Issue
Block a user