mirror of
https://gitea.0xace.cc/ansible-galaxy/wireguard-ui.git
synced 2024-11-24 23:36:41 +00:00
split wireguard install for el8 and el9
This commit is contained in:
parent
b71d5c549a
commit
f1b7eb3a17
@ -8,7 +8,7 @@
|
||||
- epel-release
|
||||
state: present
|
||||
|
||||
- name: Install kmod wireguard
|
||||
- name: Install wireguard packages
|
||||
dnf:
|
||||
name:
|
||||
- kmod-wireguard
|
||||
@ -17,7 +17,7 @@
|
||||
- name: Install wireguard for RHEL 9
|
||||
when: ansible_facts['distribution_major_version'] == '9'
|
||||
block:
|
||||
- name: Install repos
|
||||
- name: Install wireguard packages
|
||||
dnf:
|
||||
name:
|
||||
- wireguard-tools
|
||||
|
Loading…
Reference in New Issue
Block a user