Calico: Fix Wireguard support for CentOS Stream 9/RHEL 9 Beta (#8625)

This commit is contained in:
Qasim Mehmood 2022-03-17 16:11:20 +05:00 committed by GitHub
parent 394857b5ce
commit 5a486a5cca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 0 deletions

View file

@ -18,3 +18,4 @@
when:
- ansible_os_family in ['RedHat']
- ansible_distribution not in ['Fedora']
- ansible_facts['distribution_major_version'] | int < 9

View file

@ -0,0 +1,3 @@
---
calico_wireguard_packages:
- wireguard-tools

View file

@ -0,0 +1,3 @@
---
calico_wireguard_packages:
- wireguard-tools