Detect antergos using lsb

This commit is contained in:
Jake Howard 2019-11-05 20:15:08 +00:00
parent d21ad453f9
commit 40e17a5c55
Signed by: jake
GPG Key ID: 57AFB45680EDD477
3 changed files with 2 additions and 3 deletions

View File

@ -88,7 +88,7 @@ Include = /etc/pacman.d/mirrorlist
[multilib]
Include = /etc/pacman.d/mirrorlist
{% if antergos %}
{% if ansible_facts.lsb.id == "Antergos" %}
[antergos]
SigLevel = PackageRequired
Include = /etc/pacman.d/antergos-mirrorlist

View File

@ -50,7 +50,7 @@
patch:
src: './files/xsession.patch'
dest: '/etc/lightdm/Xsession'
when: antergos
when: ansible_facts.lsb.id == "Antergos"
- name: Set GTK theme
dconf:

View File

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