Quick changes
parent
95892782ea
commit
0171ae8e20
|
@ -4,6 +4,6 @@
|
||||||
apt_key:
|
apt_key:
|
||||||
url: 'https://packages.sury.org/php/apt.gpg'
|
url: 'https://packages.sury.org/php/apt.gpg'
|
||||||
|
|
||||||
- name: APT | Add Sury repository
|
- name: APT_REPOSITORY | Add Sury repository
|
||||||
apt_repository:
|
apt_repository:
|
||||||
repo: 'deb https://packages.sury.org/php/ {{ ansible_distribution_release }} main'
|
repo: 'deb https://packages.sury.org/php/ {{ ansible_distribution_release }} main'
|
||||||
|
|
|
@ -19,6 +19,6 @@
|
||||||
|
|
||||||
- name: INCLUDE_TASKS | Sury
|
- name: INCLUDE_TASKS | Sury
|
||||||
include_tasks: Debian/sury.yml
|
include_tasks: Debian/sury.yml
|
||||||
when: >
|
when:
|
||||||
ansible_distribution_major_version is version('9', 'eq') and
|
(ansible_distribution_major_version is version('9', 'eq')) and
|
||||||
php_version is version('7.1', 'ge')
|
(php_version is version('7.1', 'ge'))
|
||||||
|
|
Loading…
Reference in New Issue