Browse Source

Fix Backward compatibility problem

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

+ 1
- 1
php/ng/installed.jinja View File

pkg.installed: pkg.installed:
- name: {{ state }} - name: {{ state }}
- pkgs: {{ pkgs|json() }} - pkgs: {{ pkgs|json() }}
{% if enable_php_repo %}
{% if enable_php_repo is defined and enable_php_repo %}
- enablerepo: {{ enable_php_repo }} - enablerepo: {{ enable_php_repo }}
{% endif %} {% endif %}



Loading…
Cancel
Save