(fix) php: Chose the debian version repo archive for packages.sury.org

This commit is contained in:
Ludovic Poujol 2020-04-01 15:42:45 +02:00
parent a680399608
commit a21fcaf663
2 changed files with 2 additions and 1 deletions

View file

@ -104,6 +104,7 @@ The **patch** part changes incrementally at each release.
* minifirewall: Backport changes from minifirewall (properly open outgoing smtp(s))
* minifirewall: Properly detect alert5.sh to turn on firewall at boot
* packweb-apache: Add missing dependency to evoacme role
* php: Chose the debian version repo archive for packages.sury.org
### Removed
* clamav : do not install the zoo package anymore

View file

@ -18,7 +18,7 @@
- name: Setup deb.sury.org repository - Add source list
apt_repository:
repo: "deb https://packages.sury.org/php/ stretch main"
repo: "deb https://packages.sury.org/php/ {{ ansible_distribution_release }} main"
filename: sury
state: present