Quick changes

pull/11/head
Emilien Mantel 2019-04-19 11:18:46 +02:00
parent 95892782ea
commit 0171ae8e20
2 changed files with 4 additions and 4 deletions

View File

@ -4,6 +4,6 @@
apt_key:
url: 'https://packages.sury.org/php/apt.gpg'
- name: APT | Add Sury repository
- name: APT_REPOSITORY | Add Sury repository
apt_repository:
repo: 'deb https://packages.sury.org/php/ {{ ansible_distribution_release }} main'

View File

@ -19,6 +19,6 @@
- name: INCLUDE_TASKS | Sury
include_tasks: Debian/sury.yml
when: >
ansible_distribution_major_version is version('9', 'eq') and
php_version is version('7.1', 'ge')
when:
(ansible_distribution_major_version is version('9', 'eq')) and
(php_version is version('7.1', 'ge'))