apt: Install evolix public repo only for Debian
All checks were successful
continuous-integration/drone/push Build is passing

Closes #56
This commit is contained in:
Benoît S. 2019-06-20 10:04:10 +02:00
parent 682191889f
commit b459eab77a

View file

@ -13,7 +13,7 @@
#url: http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x44975278B8612B5D
data: "{{ lookup('file', 'reg.gpg') }}"
- name: Evolix public list is installed
- name: Evolix public list is installed (only for Debian)
template:
src: evolix_public.list.j2
dest: /etc/apt/sources.list.d/evolix_public.list
@ -22,6 +22,7 @@
register: apt_evolix_public
tags:
- apt
when: ansible_distribution == "Debian"
- name: Apt update
apt: