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: roles:
- sudo - sudo
- systemd - systemd
- pacman
- ntp - ntp
- texlive - texlive
- xorg - xorg

View File

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

View File

@ -5,7 +5,6 @@
name: name:
- feh - feh
- mpv - mpv
- obs-studio
- vlc - vlc
- zathura - zathura
- zathura-pdf-poppler - 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 - name: Queries package manager to install pass
package: package:
name: name:
- jq
- git
- pass - pass
- git
register: pkg_result register: pkg_result
retries: 3 retries: 3
until: pkg_result is succeeded until: pkg_result is succeeded

View File

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