Generate simple config
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Adrien Reslinger 2022-07-20 02:09:17 +02:00
parent 708147f415
commit dead47287a
Signed by: adrien
GPG key ID: DA7B27055C66D6DE
5 changed files with 54 additions and 33 deletions

View file

@ -5,4 +5,14 @@
- epel-release
- elrepo-release
state: present
update_cache: yes
update_cache: true
- name: Install kernel driver for WireGuard
package:
name:
- kmod-wireguard
state: present
update_cache: true
when:
- ansible_os_family == 'RedHat'
- ansible_distribution_major_version < "9"