roles/common: Don't configure apt sources on ARM
I was using this on Ubuntu, but might as well bring it here too so that I can run Debian on Scaleway's ARM instances, for example.
This commit is contained in:
parent
0bad75788d
commit
d4ede33099
@ -3,6 +3,7 @@
|
|||||||
- block:
|
- block:
|
||||||
- name: Configure apt mirror
|
- name: Configure apt mirror
|
||||||
template: src=sources.list.j2 dest=/etc/apt/sources.list owner=root group=root mode=0644
|
template: src=sources.list.j2 dest=/etc/apt/sources.list owner=root group=root mode=0644
|
||||||
|
when: ansible_architecture != 'armv7l'
|
||||||
|
|
||||||
- name: Set fact for base packages
|
- name: Set fact for base packages
|
||||||
set_fact:
|
set_fact:
|
||||||
|
Loading…
Reference in New Issue
Block a user