Fix(Choux): Try new pacman list management

This commit is contained in:
Bertrand Benjamin 2018-10-08 10:59:02 +02:00
parent 578050fe28
commit 8c4db7ed0d
1 changed files with 20 additions and 21 deletions

View File

@ -6,28 +6,27 @@
- name: Install base CLI packages
pacman:
name: "{{ item }}"
name:
- sudo
- wget
- cronie
- zsh
- vim
- tmux
- ruby
- git
- tig
- openssh
- sshfs
- htop
- ntop
- iotop
- glances
- ranger
- nmap
- nfs-utils
- sshpass
state: present
with_items:
- sudo
- wget
- cronie
- zsh
- vim
- tmux
- ruby
- git
- tig
- openssh
- sshfs
- htop
- ntop
- iotop
- glances
- ranger
- nmap
- nfs-utils
- sshpass
- name: Install extra CLI packages
pacman: