Only add antergos repo if we're running on antergos

This commit is contained in:
Jake Howard 2019-05-27 15:36:57 +01:00
parent 54c3172e90
commit 27df645c08
Signed by: jake
GPG Key ID: 57AFB45680EDD477
3 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -6,7 +6,7 @@
- '748231EBCBD808A14F5E85D28C004C2F93481F6B' # Opensnitch
- name: Install pacman config
copy:
template:
src: ./files/pacman.conf
dest: /etc/pacman.conf
mode: 0644

View File

@ -1,2 +1,3 @@
user: jake
home: "/home/{{ user }}"
antergos: true