roles/common: Don't set up apt sources on arm
The package archives appear to be different for some reason.
This commit is contained in:
parent
158df52e35
commit
75ef77e3cc
@ -1,6 +1,7 @@
|
||||
---
|
||||
- name: Configure apt mirror
|
||||
template: src=sources.list.j2 dest=/etc/apt/sources.list owner=root group=root mode=0644
|
||||
when: ansible_architecture != 'armv7l'
|
||||
|
||||
- name: Add GPG key for Extras repo
|
||||
apt_key: id=0xC47415DFF48C09645B78609416126D3A3E5C1192 url=https://keyserver.ubuntu.com/pks/lookup?op=get&search=0xC47415DFF48C09645B78609416126D3A3E5C1192 state=present
|
||||
|
Loading…
Reference in New Issue
Block a user