deploy mirrorlist
This commit is contained in:
parent
67acd4fc0c
commit
cadadd7007
@ -1,5 +1,7 @@
|
||||
- name: Write pacman.conf
|
||||
copy: src=pacman.conf dest=/etc/pacman.conf mode=0644
|
||||
- name: Write mirrorlist
|
||||
copy: src=mirrorlist dest=/etc/pacman.d/mirrorlist mode=0644
|
||||
|
||||
- name: Mask services
|
||||
file: src=/dev/null dest=/etc/systemd/system/{{ item }} state=link
|
||||
|
Loading…
Reference in New Issue
Block a user