new pacman syntax

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

@ -4,9 +4,7 @@
update_cache: yes update_cache: yes
- name: install packages for admins - name: install packages for admins
pacman: pacman:
name: '{{ item }}' name:
state: present
with_items:
- bash-completion - bash-completion
- bridge-utils - bridge-utils
- htop - htop
@ -17,6 +15,7 @@
- tmux - tmux
- vim - vim
- tcpdump - tcpdump
state: present
- name: create bash_profile - name: create bash_profile
lineinfile: lineinfile:

Loading…
Cancel
Save