ansible/roles/knot/vars/RedHat.yaml
2024-01-20 04:26:37 +03:00

8 lines
466 B
YAML

knot_package_name: knot
knot_packages:
- "{{ knot_package_name + '-' + knot_version if (knot_version is defined and (knot_version != '*' and knot_version != '' and knot_version != 'latest')) else knot_package_name }}"
- "{{ knot_package_name + '-' + 'tools' + '-' + knot_version if (knot_version is defined and (knot_version != '*' and knot_version != '' and knot_version != 'latest')) else knot_package_name }}"
knot_deps_packages:
- xdp-tools
- bpftool