Calico: Fix Wireguard support for CentOS Stream 9/RHEL 9 Beta (#8625)
This commit is contained in:
parent
394857b5ce
commit
5a486a5cca
3 changed files with 7 additions and 0 deletions
|
@ -18,3 +18,4 @@
|
||||||
when:
|
when:
|
||||||
- ansible_os_family in ['RedHat']
|
- ansible_os_family in ['RedHat']
|
||||||
- ansible_distribution not in ['Fedora']
|
- ansible_distribution not in ['Fedora']
|
||||||
|
- ansible_facts['distribution_major_version'] | int < 9
|
||||||
|
|
3
roles/network_plugin/calico/vars/centos-9.yml
Normal file
3
roles/network_plugin/calico/vars/centos-9.yml
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
---
|
||||||
|
calico_wireguard_packages:
|
||||||
|
- wireguard-tools
|
3
roles/network_plugin/calico/vars/redhat-9.yml
Normal file
3
roles/network_plugin/calico/vars/redhat-9.yml
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
---
|
||||||
|
calico_wireguard_packages:
|
||||||
|
- wireguard-tools
|
Loading…
Reference in a new issue