Skip to content

Commit 6965059

Browse files
authored
Remove copy of php_install_{{ state }}
1 parent 77b1b35 commit 6965059

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

php/ng/installed.jinja

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,6 @@ php_install_{{ state }}:
9595
- enablerepo: {{ enable_php_repo }}
9696
{% endif %}
9797

98-
php_install_{{ state }}:
99-
pkg.installed:
100-
- name: {{ state }}
101-
- pkgs: {{ pkgs|json() }}
102-
10398
{% for pkg in specials %}
10499

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

0 commit comments

Comments
 (0)