mirror of
https://github.com/saltstack-formulas/packages-formula.git
synced 2025-04-17 10:10:27 +00:00
Merge pull request #4 from netmanagers/master
Add `reload_modules: true` to pip.installed (closes #3)
This commit is contained in:
commit
1e5275626f
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ pip_req_pkgs:
|
|||
{% for pn in wanted_pips %}
|
||||
{{ pn }}:
|
||||
pip.installed:
|
||||
- reload_modules: true
|
||||
- require:
|
||||
- pkg: pip_req_pkgs
|
||||
{% if req_states %}
|
||||
|
|
Loading…
Add table
Reference in a new issue