Install wireguard
This commit is contained in:
parent
eaefe999ee
commit
e4642cd710
1 changed files with 6 additions and 0 deletions
|
@ -24,3 +24,9 @@
|
||||||
- name: 'Setup arkenfox'
|
- name: 'Setup arkenfox'
|
||||||
ansible.builtin.include_role:
|
ansible.builtin.include_role:
|
||||||
name: arkenfox
|
name: arkenfox
|
||||||
|
|
||||||
|
- name: 'Install wireguard-tools'
|
||||||
|
ansible.builtin.dnf5:
|
||||||
|
name:
|
||||||
|
- wireguard-tools
|
||||||
|
state: 'present'
|
||||||
|
|
Loading…
Reference in a new issue