Remove env from ppa definition

This commit is contained in:
Jordi Boggiano 2019-03-07 14:27:02 +01:00 committed by GitHub
parent 7f87ee33d0
commit bbd41d99a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@
php_ppa_{{ state }}:
pkgrepo.managed:
- ppa: {{ external_repo_name }}
- env:
- __env__:
- LC_ALL: C.UTF-8
- onlyif:
- 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 }}:
- name: deb https://packages.sury.org/php/ {{ grains['oscodename'] }} main
- file: /etc/apt/sources.list.d/ondrej-php.list
- key_url: https://packages.sury.org/php/apt.gpg
- env:
- __env__:
- LC_ALL: C.UTF-8
- onlyif:
- test ! -e /etc/apt/sources.list.d/ondrej-php.list