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,9 +6,7 @@
- name: Install base CLI packages
pacman:
name: "{{ item }}"
state: present
with_items:
name:
- sudo
- wget
- cronie
@ -28,6 +26,7 @@
- nmap
- nfs-utils
- sshpass
state: present
- name: Install extra CLI packages
pacman: