mirror of
https://github.com/saltstack-formulas/packages-formula.git
synced 2025-04-16 09:40:23 +00:00
Fix regression
This commit is contained in:
parent
a309d24569
commit
05666ce5a8
1 changed files with 2 additions and 1 deletions
|
@ -22,6 +22,7 @@ packages pips install {{ pn }}:
|
|||
- name: /usr/bin/pip install {{ pn }}
|
||||
{%- else %}
|
||||
pip.installed:
|
||||
- name: {{ pn }}
|
||||
- reload_modules: true
|
||||
{%- endif %}
|
||||
- require:
|
||||
|
@ -39,7 +40,7 @@ packages pips remove {{ upn }}:
|
|||
cmd.run:
|
||||
- name: /usr/bin/pip uninstall {{ pn }}
|
||||
{%- else %}
|
||||
pip.removed
|
||||
pip.removed:
|
||||
- name: {{ upn }}
|
||||
{%- endif %}
|
||||
{% endfor %}
|
||||
|
|
Loading…
Add table
Reference in a new issue