Remove reference to antergos

F
This commit is contained in:
Jake Howard 2020-04-04 20:23:45 +01:00
parent 72acfa3145
commit 7687f93363
Signed by: jake
GPG Key ID: 57AFB45680EDD477
2 changed files with 0 additions and 13 deletions

View File

@ -88,12 +88,6 @@ Include = /etc/pacman.d/mirrorlist
[multilib]
Include = /etc/pacman.d/mirrorlist
{% if ansible_facts.lsb.id == "Antergos" %}
[antergos]
SigLevel = PackageRequired
Include = /etc/pacman.d/antergos-mirrorlist
{% endif %}
[sublime-text]
Server = https://download.sublimetext.com/arch/stable/x86_64

View File

@ -45,13 +45,6 @@
- 'numix-square-icon-theme'
- 'qt5-styleplugins'
- name: Patch out terrible looking QT
patch:
src: './files/xsession.patch'
dest: '/etc/lightdm/Xsession'
when: ansible_facts.lsb.id == "Antergos"
- name: Set GTK theme
dconf:
key: "/org/gnome/desktop/interface/gtk-theme"