We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bb09bf commit 808a237Copy full SHA for 808a237
tasks/setup-Debian.yml
@@ -39,7 +39,7 @@
39
40
- name: Set URI for Ondrej's repo (Debian).
41
ansible.builtin.set_fact:
42
- ondrej_repo_uri: "https://packages.sury.org/php/dists/{{ ansible_facts['distribution_release'] }}/"
+ ondrej_repo_uri: "https://packages.sury.org/php"
43
when: ansible_distribution == "Debian"
44
45
- name: Add Ondrej's PHP repo.
0 commit comments