Skip to content

Commit e6ea7ba

Browse files
authored
Updating-sury-keys (#1463)
1 parent fc01c7c commit e6ea7ba

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

roles/debian/php-common/tasks/main.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
- name: Add Sury repository key for PHP.
33
ansible.builtin.apt_key:
44
url: https://packages.sury.org/php/apt.gpg
5-
state: present
5+
state: "{{ item }}"
6+
with_items:
7+
- absent
8+
- present
69

710
- name: Add Sury repository.
811
ansible.builtin.apt_repository:

0 commit comments

Comments
 (0)