Compare commits

..

No commits in common. "bfbb228d125b49322adce1117bd0d55270ebae35" and "a3ffc713c1a63f181c3b0e263f00023edb7e5722" have entirely different histories.

7 changed files with 1 additions and 38 deletions

View File

@ -17,7 +17,6 @@
roles:
- sudo
- systemd
- pacman
- ntp
- texlive
- xorg

View File

@ -8,7 +8,6 @@
- git
- sl
- htop
- patch
- tmux
- tree
register: pkg_result

View File

@ -5,7 +5,6 @@
name:
- feh
- mpv
- obs-studio
- vlc
- zathura
- zathura-pdf-poppler

View File

@ -1,28 +0,0 @@
---
- name: Ensure pacman is installed
package:
name:
- pacman
register: pkg_result
retries: 3
until: pkg_result is succeeded
- name: Use Crans mirror
template:
src: pacman.d/mirrorlist.j2
dest: /etc/pacman.d/mirrorlist
owner: root
group: root
mode: 0644
- name: Enable colors and sugar
lineinfile:
regex: "{{ item }}"
line: "{{ item }}"
insertafter: "[options]"
path: /etc/pacman.conf
loop:
- Color
- TotalDownload
- CheckSpace
- ILoveCandy

View File

@ -1,4 +0,0 @@
{{ ansible_header | comment }}
Server = https://ftps.crans.org/archlinux/$repo/os/$arch
Server = http://mirror.crans.org/archlinux/$repo/os/$arch

View File

@ -3,9 +3,8 @@
- name: Queries package manager to install pass
package:
name:
- jq
- git
- pass
- git
register: pkg_result
retries: 3
until: pkg_result is succeeded

View File

@ -14,7 +14,6 @@
- ttf-liberation
- xorg-fonts-type1
- xorg-xinit
- xorg-xinput
- xorg-server
- xss-lock
register: pkg_result