ansible-hessnet/roles/wireguard/tasks/wireguard-tools.yml

6 lines
99 B
YAML
Raw Normal View History

2020-04-23 06:26:42 +00:00
---
- name: "Install wireguard tools"
pacman:
name: "wireguard-tools"
state: "installed"