mirror of
https://gitea.0xace.cc/ansible-galaxy/wireguard-ui.git
synced 2025-04-06 01:01:56 +00:00
split wireguard install for el8 and el9
This commit is contained in:
parent
b7d9f987d0
commit
b71d5c549a
@ -1,5 +1,5 @@
|
|||||||
- name: Install wireguard for RHEL 8
|
- name: Install wireguard for RHEL 8
|
||||||
when: distribution_major_version == '8'
|
when: ansible_facts['distribution_major_version'] == '8'
|
||||||
block:
|
block:
|
||||||
- name: Install repos
|
- name: Install repos
|
||||||
dnf:
|
dnf:
|
||||||
@ -15,7 +15,7 @@
|
|||||||
- wireguard-tools
|
- wireguard-tools
|
||||||
|
|
||||||
- name: Install wireguard for RHEL 9
|
- name: Install wireguard for RHEL 9
|
||||||
when: distribution_major_version == '9'
|
when: ansible_facts['distribution_major_version'] == '9'
|
||||||
block:
|
block:
|
||||||
- name: Install repos
|
- name: Install repos
|
||||||
dnf:
|
dnf:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user