Fix Backward compatibility problem
This commit is contained in:
parent
1b25ed631e
commit
0c923245e6
@ -91,7 +91,7 @@ php_install_{{ state }}:
|
|||||||
pkg.installed:
|
pkg.installed:
|
||||||
- name: {{ state }}
|
- name: {{ state }}
|
||||||
- pkgs: {{ pkgs|json() }}
|
- pkgs: {{ pkgs|json() }}
|
||||||
{% if enable_php_repo %}
|
{% if enable_php_repo is defined and enable_php_repo %}
|
||||||
- enablerepo: {{ enable_php_repo }}
|
- enablerepo: {{ enable_php_repo }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user