Calico: Fix Wireguard support for CentOS Stream 9/RHEL 9 Beta (#8625)
This commit is contained in:
@ -18,3 +18,4 @@
|
||||
when:
|
||||
- ansible_os_family in ['RedHat']
|
||||
- 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
|
Reference in New Issue
Block a user