We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents df0224f + bbd41d9 commit 75431afCopy full SHA for 75431af
php/ng/installed.jinja
@@ -31,7 +31,7 @@
31
php_ppa_{{ state }}:
32
pkgrepo.managed:
33
- ppa: {{ external_repo_name }}
34
- - env:
+ - __env__:
35
- LC_ALL: C.UTF-8
36
- onlyif:
37
- test ! -e /etc/apt/sources.list.d/ondrej-ubuntu-php-{{ grains['oscodename'] }}.list {# Trusty and Xenial use different naming schemas #}
@@ -57,7 +57,7 @@ php_ppa_{{ state }}:
57
- name: deb https://packages.sury.org/php/ {{ grains['oscodename'] }} main
58
- file: /etc/apt/sources.list.d/ondrej-php.list
59
- key_url: https://packages.sury.org/php/apt.gpg
60
61
62
63
- test ! -e /etc/apt/sources.list.d/ondrej-php.list
0 commit comments