Add packages

This commit is contained in:
mustard 2025-04-27 17:14:31 +02:00
parent c7905d2bf6
commit 8c3196a69d

View file

@ -72,3 +72,9 @@
state: present
create: yes
- name: 'Install wireguard-tools'
ansible.builtin.dnf5:
name:
- wireguard-tools
- make
state: 'present'