new pacman syntax

master
Niklas Yann Wettengel 6 years ago
parent b97d70626b
commit 9223a53f37

@ -4,19 +4,18 @@
update_cache: yes
- name: install packages for admins
pacman:
name: '{{ item }}'
name:
- bash-completion
- bridge-utils
- htop
- mosh
- nload
- rxvt-unicode-terminfo
- screen
- tmux
- vim
- tcpdump
state: present
with_items:
- bash-completion
- bridge-utils
- htop
- mosh
- nload
- rxvt-unicode-terminfo
- screen
- tmux
- vim
- tcpdump
- name: create bash_profile
lineinfile:

Loading…
Cancel
Save