Fix package installation
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Adrien Reslinger 2022-07-30 09:19:57 +02:00
parent 63840fc1f4
commit ee12fbfcc8
Signed by: adrien
GPG key ID: DA7B27055C66D6DE

View file

@ -12,8 +12,7 @@
- name: Install packages for WireGuard
package:
name:
- "{{ wireguard_packages }}"
name: "{{ wireguard_packages }}"
state: present
update_cache: true