Queue the registry state in case a highstate is already active

This commit is contained in:
Jason Ertel
2020-11-17 09:59:01 -05:00
parent 86922a2388
commit d13733e716

View File

@@ -98,7 +98,7 @@ airgap_update_dockers() {
update_registry() { update_registry() {
docker stop so-dockerregistry docker stop so-dockerregistry
docker rm so-dockerregistry docker rm so-dockerregistry
salt-call state.apply registry salt-call state.apply registry queue=True
} }
check_airgap() { check_airgap() {