Add a Repository GPG key for Evolix public repositories

This commit is contained in:
Jérémy Lecour 2017-06-15 10:20:35 +02:00 committed by Jérémy Lecour
parent 472a377df2
commit a71a9a7945

View file

@ -1,11 +1,17 @@
---
- name: Fail if distribution is not supported
fail:
msg: "Error: Evolix public repository is not compatble with 'Debian Stretch' yet."
when: ansible_distribution_release == "stretch"
tags:
- apt-repositories
# - name: Fail if distribution is not supported
# fail:
# msg: "Error: Evolix public repository is not compatble with 'Debian Stretch' yet."
# when: ansible_distribution_release == "stretch"
# tags:
# - apt-repositories
- name: Add Evolix GPG key
apt_key:
keyserver: "hkp://keyserver.ubuntu.com:80"
id: 44975278B8612B5D
- name: Evolix public list is installed
template: