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 }}
|
- name: /usr/bin/pip install {{ pn }}
|
||||||
{%- else %}
|
{%- else %}
|
||||||
pip.installed:
|
pip.installed:
|
||||||
|
- name: {{ pn }}
|
||||||
- reload_modules: true
|
- reload_modules: true
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
- require:
|
- require:
|
||||||
|
@ -39,7 +40,7 @@ packages pips remove {{ upn }}:
|
||||||
cmd.run:
|
cmd.run:
|
||||||
- name: /usr/bin/pip uninstall {{ pn }}
|
- name: /usr/bin/pip uninstall {{ pn }}
|
||||||
{%- else %}
|
{%- else %}
|
||||||
pip.removed
|
pip.removed:
|
||||||
- name: {{ upn }}
|
- name: {{ upn }}
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
Loading…
Add table
Reference in a new issue