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 fc01c7c commit e6ea7baCopy full SHA for e6ea7ba
roles/debian/php-common/tasks/main.yml
@@ -2,7 +2,10 @@
2
- name: Add Sury repository key for PHP.
3
ansible.builtin.apt_key:
4
url: https://packages.sury.org/php/apt.gpg
5
- state: present
+ state: "{{ item }}"
6
+ with_items:
7
+ - absent
8
+ - present
9
10
- name: Add Sury repository.
11
ansible.builtin.apt_repository:
0 commit comments