bugzilla/ansible/roles/wireguard/tasks/main.yml
Tiara Rodney 883f31932e
init
2026-03-14 05:38:45 +01:00

8 lines
166 B
YAML

---
-
name: Include OS-specific variables
include_vars: "{{ ansible_os_family }}.yml"
-
name: Install WireGuard
include_tasks: install-wireguard.yml