This commit is contained in:
parent
4b16c5f9f5
commit
14e7e9c7be
3 changed files with 78 additions and 78 deletions
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
- name: Install repositories packages for CentOS
|
||||
package:
|
||||
ansible.builtin.package:
|
||||
name:
|
||||
- epel-release
|
||||
- elrepo-release
|
||||
|
|
@ -11,7 +11,7 @@
|
|||
- ansible_distribution_major_version < "9"
|
||||
|
||||
- name: Install kernel driver for WireGuard
|
||||
package:
|
||||
ansible.builtin.package:
|
||||
name:
|
||||
- kmod-wireguard
|
||||
state: present
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue