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.
1 parent 1b25ed6 commit 0c92324Copy full SHA for 0c92324
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