update salt_minion state
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Paul 2024-12-30 09:37:53 +01:00
parent 516b924afa
commit bfb6866f57

View File

@ -12,12 +12,12 @@ salt_minion:
- ovh==1.1.0
- pycryptodome==3.16.0
- pycryptodomex==3.17
#- pygit2==1.11.1
- pynetbox==7.0.1
- python-dateutil==2.8.2
- python-gnupg==0.5.0
# - pyzmq==20.0.0
- redis==4.3.5
- pycparser==2.21
# - pygit2==1.11.1
# - python-gnupg==0.5.0
# - pyzmq==20.0.0
config: {}
reload_cmd: "for i in $(pgrep salt-minion); do kill -HUP $i; break; done"