Add unset component and bind9.16 rhel8 component support

This commit is contained in:
Petr Menšík 2023-08-25 12:46:41 +02:00
commit acbc9195fe

View file

@ -19,12 +19,17 @@ adjust:
- bind-utils
environment+:
PACKAGE: bind
when: component == bind
when: component is not defined or component == bind
- require+:
- bind9-next-utils
environment+:
PACKAGE: bind9-next
when: component == bind9-next
- require+:
- bind9.16-utils
environment+:
PACKAGE: bind9.16
when: component == bind9.16
- enabled: false
when: distro == rhel-4, rhel-5, rhel-6
continue: false