Remove copy of php_install_{{ state }}
This commit is contained in:
parent
77b1b3520f
commit
6965059af4
@ -95,11 +95,6 @@ php_install_{{ state }}:
|
|||||||
- enablerepo: {{ enable_php_repo }}
|
- enablerepo: {{ enable_php_repo }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
php_install_{{ state }}:
|
|
||||||
pkg.installed:
|
|
||||||
- name: {{ state }}
|
|
||||||
- pkgs: {{ pkgs|json() }}
|
|
||||||
|
|
||||||
{% for pkg in specials %}
|
{% for pkg in specials %}
|
||||||
|
|
||||||
php_install_{{ state }}_{{ pkg.get('name') | replace("/", "-") }}:
|
php_install_{{ state }}_{{ pkg.get('name') | replace("/", "-") }}:
|
||||||
|
Loading…
Reference in New Issue
Block a user