Add packages
This commit is contained in:
parent
c7905d2bf6
commit
8c3196a69d
1 changed files with 6 additions and 0 deletions
|
@ -72,3 +72,9 @@
|
||||||
state: present
|
state: present
|
||||||
create: yes
|
create: yes
|
||||||
|
|
||||||
|
- name: 'Install wireguard-tools'
|
||||||
|
ansible.builtin.dnf5:
|
||||||
|
name:
|
||||||
|
- wireguard-tools
|
||||||
|
- make
|
||||||
|
state: 'present'
|
||||||
|
|
Loading…
Reference in a new issue