Remove copy of php_install_{{ state }}

This commit is contained in:
Paweł Rosada 2019-03-25 08:22:28 +01:00 committed by GitHub
parent 77b1b3520f
commit 6965059af4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -95,11 +95,6 @@ php_install_{{ state }}:
- 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("/", "-") }}: