Merge pull request #59 from luminouw/master

Added Ondřej Surý GPG key ID for Debian repo
This commit is contained in:
Jeff Geerling 2021-02-22 15:41:25 -06:00 committed by GitHub
commit 8d456ca374
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@
- name: Add Ondrej Sury's apt key (Debian).
apt_key:
url: https://packages.sury.org/php/apt.gpg
id: 15058500A0235D97F5D10063B188E2B695BD4743
state: present
when: ansible_distribution == "Debian"