Merge pull request #168 from pawelrosada/master
Fix Backward compatibility problem
This commit is contained in:
commit
e0b922a28b
@ -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…
Reference in New Issue
Block a user