upgrade docker python module

This commit is contained in:
m0duspwnens
2024-08-01 11:20:08 -04:00
parent d488bb6393
commit 1a363790a0
18 changed files with 14 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
docker_module_package:
file.recurse:
- name: /opt/so/conf/salt/modules_packages/docker
- source: salt://salt/module_packages/docker
- clean: True
- makedirs: True
docker_python_module_install:
cmd.run:
- name: /opt/saltstack/salt/bin/python3.10 -m pip install docker --no-index --find-links=/opt/so/conf/salt/modules_packages/docker/ --upgrade
- onchanges:
- file: docker_module_package