Browse Source

Remove copy of php_install_{{ state }}

tags/v0.34.0
Paweł Rosada 5 years ago
parent
commit
6965059af4
No account linked to committer's email address
1 changed files with 0 additions and 5 deletions
  1. +0
    -5
      php/ng/installed.jinja

+ 0
- 5
php/ng/installed.jinja View File

@@ -95,11 +95,6 @@ php_install_{{ state }}:
- enablerepo: {{ enable_php_repo }}
{% endif %}

php_install_{{ state }}:
pkg.installed:
- name: {{ state }}
- pkgs: {{ pkgs|json() }}

{% for pkg in specials %}

php_install_{{ state }}_{{ pkg.get('name') | replace("/", "-") }}:

Loading…
Cancel
Save