We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4a0dfac + 0c92324 commit e0b922aCopy full SHA for e0b922a
php/ng/installed.jinja
@@ -91,7 +91,7 @@ php_install_{{ state }}:
91
pkg.installed:
92
- name: {{ state }}
93
- pkgs: {{ pkgs|json() }}
94
-{% if enable_php_repo %}
+{% if enable_php_repo is defined and enable_php_repo %}
95
- enablerepo: {{ enable_php_repo }}
96
{% endif %}
97
0 commit comments