Compare commits
No commits in common. "bfbb228d125b49322adce1117bd0d55270ebae35" and "a3ffc713c1a63f181c3b0e263f00023edb7e5722" have entirely different histories.
bfbb228d12
...
a3ffc713c1
@ -8,7 +8,6 @@
|
||||
- git
|
||||
- sl
|
||||
- htop
|
||||
- patch
|
||||
- tmux
|
||||
- tree
|
||||
register: pkg_result
|
||||
|
@ -5,7 +5,6 @@
|
||||
name:
|
||||
- feh
|
||||
- mpv
|
||||
- obs-studio
|
||||
- vlc
|
||||
- zathura
|
||||
- zathura-pdf-poppler
|
||||
|
@ -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
|
@ -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
|
@ -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
|
||||
|
@ -14,7 +14,6 @@
|
||||
- ttf-liberation
|
||||
- xorg-fonts-type1
|
||||
- xorg-xinit
|
||||
- xorg-xinput
|
||||
- xorg-server
|
||||
- xss-lock
|
||||
register: pkg_result
|
||||
|
Loading…
x
Reference in New Issue
Block a user