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 }}"
name:
- moc
- newsboat
- pass
- cups
- cups-pdf
state: present
with_items:
- moc
- newsboat
- pass
- cups
- cups-pdf
when: not minimal or not server
- name: enable service cups

View File

@ -1,29 +1,28 @@
---
- name: Install gnome packages
pacman:
name: "{{ item }}"
name:
- gnome
- gdm
- gnome-tweaks
- gparted
- transmission-gtk
- quodlibet
- gnome-mpv
- numix-gtk-theme
- materia-gtk-theme
- gnome-icon-theme-extras
- arc-solid-gtk-theme
- arc-gtk-theme
- gnome-themes-extra
- gnome-icon-theme-symbolic
- gnome-icon-theme
- adwaita-icon-theme
- chrome-gnome-shell
- networkmanager
- network-manager-applet
- gnome-keyring
state: present
with_items:
- gnome
- gdm
- gnome-tweaks
- gparted
- transmission-gtk
- quodlibet
- gnome-mpv
- numix-gtk-theme
- materia-gtk-theme
- gnome-icon-theme-extras
- arc-solid-gtk-theme
- arc-gtk-theme
- gnome-themes-extra
- gnome-icon-theme-symbolic
- gnome-icon-theme
- adwaita-icon-theme
- chrome-gnome-shell
- networkmanager
- network-manager-applet
- gnome-keyring
- name: enable service gdm
systemd:

View File

@ -17,41 +17,39 @@
- name: Install graphical packages
pacman:
name: "{{ item }}"
name:
- gimp
- firefox
- firefox-i18n-fr
- chromium
- inkscape
- thunderbird
- thunderbird-i18n-fr
- libreoffice-fresh
- hunspell
- hunspell-fr
- rxvt-unicode
- vlc
- texlive-most
- gnuplot
state: present
with_items:
- gimp
- firefox
- firefox-i18n-fr
- chromium
- inkscape
- thunderbird
- thunderbird-i18n-fr
- libreoffice-fresh
- hunspell
- hunspell-fr
- rxvt-unicode
- vlc
- texlive-most
- gnuplot
- name: Install fonts
pacman:
name: "{{ item }}"
name:
- awesome-terminal-fonts
- cantarell-fonts
- gnu-free-fonts
- gsfonts
- ttf-bitstream-vera
- ttf-dejavu
- ttf-droid
- ttf-roboto
- ttf-liberation
- ttf-ubuntu-font-family
- ttf-inconsolata
- noto-fonts
state: present
with_items:
- awesome-terminal-fonts
- cantarell-fonts
- gnu-free-fonts
- gsfonts
- ttf-bitstream-vera
- ttf-dejavu
- ttf-droid
- ttf-roboto
- ttf-liberation
- ttf-ubuntu-font-family
- ttf-inconsolata
- noto-fonts
- name: Install AUR fonts
aur:

View File

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

View File

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