Replace bulleyes by bulleye

This commit is contained in:
Dryusdan 2021-07-06 10:18:04 +02:00
parent 0da82dc1d3
commit 92b4729b66
1 changed files with 2 additions and 2 deletions

View File

@ -19,9 +19,9 @@
filename: php-sury
when: ansible_distribution_major_version == '10'
- name: Add Sury repo on Bulleyes
- name: Add Sury repo on Bulleye
ansible.builtin.apt_repository:
repo: "deb https://packages.sury.org/php/ bulleyes main"
repo: "deb https://packages.sury.org/php/ bulleye main"
state: present
filename: php-sury
when: ansible_distribution_major_version == '11'