This commit is contained in:
Keiran Snowden
2023-03-12 21:20:42 -04:00
parent 52f0f1070e
commit 7d625fbdcc
8 changed files with 49 additions and 7 deletions

View File

@@ -1,4 +1,13 @@
#salt:
# pip.installed:
# - user: root
# - upgrade: true
pip:
pip.installed:
- pip_bin: /opt/salt/bin/pip3
- user: root
- upgrade: true
salt:
pip.installed:
- name: salt == 3005.1
- pip_bin: /opt/salt/bin/pip3
- user: root
- require:
- pip: pip