Correct mistake

This commit is contained in:
Dryusdan 2021-07-06 09:46:05 +02:00
parent d6a59675f8
commit 0da82dc1d3
1 changed files with 4 additions and 4 deletions

View File

@ -10,21 +10,21 @@
repo: "deb https://packages.sury.org/php/ stretch main"
state: present
filename: php-sury
when: ansible_distribution_major_version == 9
when: ansible_distribution_major_version == '9'
- name: Add Sury repo on Buster
ansible.builtin.apt_repository:
repo: "deb https://packages.sury.org/php/ buster main"
state: present
filename: php-sury
when: ansible_distribution_major_version == 10
when: ansible_distribution_major_version == '10'
- name: Add Sury repo on Stretch
- name: Add Sury repo on Bulleyes
ansible.builtin.apt_repository:
repo: "deb https://packages.sury.org/php/ bulleyes main"
state: present
filename: php-sury
when: ansible_distribution_major_version == 11
when: ansible_distribution_major_version == '11'
- name: Add Sury apt signing key
ansible.builtin.apt_key: