Update Percona GPG key

pull/14/head
Emilien Mantel 2016-11-09 17:50:15 +01:00
parent 70ffb6db90
commit 9c0455afe2
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
---
- name: APT_KEY | Install Percona key
apt_key: keyserver="keyserver.ubuntu.com" id="1C4CBDCDCD2EFD2A" state=present
apt_key: keyserver="keyserver.ubuntu.com" id="8507EFA5" state=present
- name: TEMPLATE | Deploy APT pinning (prevent upgrades from Debian)
template: src=etc/apt/preferences.d/95-percona.j2 dest=/etc/apt/preferences.d/95-percona