Generate simple config
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
708147f415
commit
dead47287a
5 changed files with 54 additions and 33 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue