- enablerepo: {{ enable_php_repo }} | - enablerepo: {{ enable_php_repo }} | ||||
{% endif %} | {% endif %} | ||||
php_install_{{ state }}: | |||||
pkg.installed: | |||||
- name: {{ state }} | |||||
- pkgs: {{ pkgs|json() }} | |||||
{% for pkg in specials %} | {% for pkg in specials %} | ||||
php_install_{{ state }}_{{ pkg.get('name') | replace("/", "-") }}: | php_install_{{ state }}_{{ pkg.get('name') | replace("/", "-") }}: |