Correct bullseye mistake

This commit is contained in:
Dryusdan 2021-07-06 10:20:09 +02:00
parent 92b4729b66
commit 2fcf31e709
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 Bulleye
- name: Add Sury repo on Bullseye
ansible.builtin.apt_repository:
repo: "deb https://packages.sury.org/php/ bulleye main"
repo: "deb https://packages.sury.org/php/ bullseye main"
state: present
filename: php-sury
when: ansible_distribution_major_version == '11'