Move urxvt install from dotfiles to arch_graphicals

This commit is contained in:
Bertrand Benjamin 2018-08-25 10:36:37 +02:00
parent 5f82fb8d61
commit 06b3f7946e
3 changed files with 17 additions and 18 deletions

View File

@ -1,4 +1,20 @@
--- ---
- name: Install urxvt perls
pacman:
name: urxvt-perls
state: present
- name: Install urxvt plugins (AUR)
aur:
name: "{{ item }}"
use: makepkg
skip_installed: true
with_items:
- urxvt-fullscreen
- urxvt-resize-font-git
become: yes
become_user: aur_builder
- name: Install graphical packages - name: Install graphical packages
pacman: pacman:
name: "{{ item }}" name: "{{ item }}"
@ -18,7 +34,6 @@
- vlc - vlc
- texlive-most - texlive-most
- name: Install fonts - name: Install fonts
pacman: pacman:
name: "{{ item }}" name: "{{ item }}"

View File

@ -6,22 +6,6 @@
with_items: "{{ me }}" with_items: "{{ me }}"
when: not minimal when: not minimal
- name: Install urxvt perls
pacman:
name: urxvt-perls
state: present
- name: Install urxvt plugins (AUR)
aur:
name: "{{ item }}"
use: makepkg
skip_installed: true
with_items:
- urxvt-fullscreen
- urxvt-resize-font-git
become: yes
become_user: aur_builder
- name: Clone TPM (tmux plugin manager) - name: Clone TPM (tmux plugin manager)
git: git:
repo: https://github.com/tmux-plugins/tpm repo: https://github.com/tmux-plugins/tpm

View File

@ -15,7 +15,7 @@
name: sudo name: sudo
state: present state: present
- name: Add local user to sudo group - name: Add deploy user to sudo group
user: user:
name: "{{ item.username }}" name: "{{ item.username }}"
groups: sudo groups: sudo