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 - name: Install packages for WireGuard
package: package:
name: name: "{{ wireguard_packages }}"
- "{{ wireguard_packages }}"
state: present state: present
update_cache: true update_cache: true