Only add antergos repo if we're running on antergos
This commit is contained in:
parent
54c3172e90
commit
27df645c08
3 changed files with 4 additions and 1 deletions
|
@ -88,9 +88,11 @@ Include = /etc/pacman.d/mirrorlist
|
|||
[multilib]
|
||||
Include = /etc/pacman.d/mirrorlist
|
||||
|
||||
{% if antergos %}
|
||||
[antergos]
|
||||
SigLevel = PackageRequired
|
||||
Include = /etc/pacman.d/antergos-mirrorlist
|
||||
{% endif %}
|
||||
|
||||
[sublime-text]
|
||||
Server = https://download.sublimetext.com/arch/stable/x86_64
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
- '748231EBCBD808A14F5E85D28C004C2F93481F6B' # Opensnitch
|
||||
|
||||
- name: Install pacman config
|
||||
copy:
|
||||
template:
|
||||
src: ./files/pacman.conf
|
||||
dest: /etc/pacman.conf
|
||||
mode: 0644
|
||||
|
|
1
vars.yml
1
vars.yml
|
@ -1,2 +1,3 @@
|
|||
user: jake
|
||||
home: "/home/{{ user }}"
|
||||
antergos: true
|
||||
|
|
Loading…
Reference in a new issue