call pacman only once

master
Niklas Yann Wettengel 6 years ago
parent 20ca7fda98
commit c299d46261

@ -1,10 +1,5 @@
---
- name: install wireguard
pacman:
name: "{{ item }}"
name: ['wireguard-dkms', 'wireguard-tools', 'linux-headers']
state: present
with_items:
- wireguard-dkms
- wireguard-tools
- linux-headers

Loading…
Cancel
Save