Fix(Choux): Re-write all pacman list install

This commit is contained in:
Bertrand Benjamin 2018-10-08 11:01:58 +02:00
parent 8c4db7ed0d
commit d5540240e2
5 changed files with 60 additions and 66 deletions

View File

@ -30,14 +30,13 @@
- name: Install extra CLI packages
pacman:
name: "{{ item }}"
state: present
with_items:
name:
- moc
- newsboat
- pass
- cups
- cups-pdf
state: present
when: not minimal or not server
- name: enable service cups

View File

@ -1,9 +1,7 @@
---
- name: Install gnome packages
pacman:
name: "{{ item }}"
state: present
with_items:
name:
- gnome
- gdm
- gnome-tweaks
@ -24,6 +22,7 @@
- networkmanager
- network-manager-applet
- gnome-keyring
state: present
- name: enable service gdm
systemd:

View File

@ -17,9 +17,7 @@
- name: Install graphical packages
pacman:
name: "{{ item }}"
state: present
with_items:
name:
- gimp
- firefox
- firefox-i18n-fr
@ -34,12 +32,11 @@
- vlc
- texlive-most
- gnuplot
state: present
- name: Install fonts
pacman:
name: "{{ item }}"
state: present
with_items:
name:
- awesome-terminal-fonts
- cantarell-fonts
- gnu-free-fonts
@ -52,6 +49,7 @@
- ttf-ubuntu-font-family
- ttf-inconsolata
- noto-fonts
state: present
- name: Install AUR fonts
aur:

View File

@ -1,9 +1,8 @@
---
- name: Install python env
pacman:
name: "{{ item }}"
state: present
with_items:
name:
- python
- python-virtualenv
state: present

View File

@ -1,10 +1,9 @@
---
- name: Install virtualbox
pacman:
name: "{{ item }}"
state: present
with_items:
name:
- virtualbox
state: present
- name: Ensure group vboxuser exists
group: