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]
|
[multilib]
|
||||||
Include = /etc/pacman.d/mirrorlist
|
Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
|
{% if antergos %}
|
||||||
[antergos]
|
[antergos]
|
||||||
SigLevel = PackageRequired
|
SigLevel = PackageRequired
|
||||||
Include = /etc/pacman.d/antergos-mirrorlist
|
Include = /etc/pacman.d/antergos-mirrorlist
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
[sublime-text]
|
[sublime-text]
|
||||||
Server = https://download.sublimetext.com/arch/stable/x86_64
|
Server = https://download.sublimetext.com/arch/stable/x86_64
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
- '748231EBCBD808A14F5E85D28C004C2F93481F6B' # Opensnitch
|
- '748231EBCBD808A14F5E85D28C004C2F93481F6B' # Opensnitch
|
||||||
|
|
||||||
- name: Install pacman config
|
- name: Install pacman config
|
||||||
copy:
|
template:
|
||||||
src: ./files/pacman.conf
|
src: ./files/pacman.conf
|
||||||
dest: /etc/pacman.conf
|
dest: /etc/pacman.conf
|
||||||
mode: 0644
|
mode: 0644
|
||||||
|
|
1
vars.yml
1
vars.yml
|
@ -1,2 +1,3 @@
|
||||||
user: jake
|
user: jake
|
||||||
home: "/home/{{ user }}"
|
home: "/home/{{ user }}"
|
||||||
|
antergos: true
|
||||||
|
|
Loading…
Reference in a new issue