Merge pull request #168 from pawelrosada/master

Fix Backward compatibility problem
This commit is contained in:
Niels Abspoel 2019-04-02 19:51:16 +02:00 committed by GitHub
commit e0b922a28b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -91,7 +91,7 @@ php_install_{{ state }}:
pkg.installed:
- name: {{ state }}
- pkgs: {{ pkgs|json() }}
{% if enable_php_repo %}
{% if enable_php_repo is defined and enable_php_repo %}
- enablerepo: {{ enable_php_repo }}
{% endif %}