3
0
Fork 0
This repository has been archived on 2020-08-04. You can view files and clone it, but cannot push or open issues or pull requests.
ansible-role-wireguard/tasks/setup-archlinux.yml

11 lines
161 B
YAML

---
- name: Install required packages
pacman:
name: "{{item}}"
state: present
become: yes
with_items:
- linux-headers
tags:
- wg-install