php: Fix sury support on Debian 11
All checks were successful
gitea/ansible-roles/pipeline/head This commit looks good

This commit is contained in:
Alexis Ben Miloud--Josselin 2023-02-14 15:49:09 +01:00
parent 4f5e745310
commit d1b2fd8145

View file

@ -25,6 +25,8 @@
copy:
src: sury.preferences
dest: /etc/apt/preferences.d/z-sury
when:
- ansible_distribution_release == "bullseye"
- name: Setup pub.evolix.net repository - Add source list
apt_repository: