Add unset component and bind9.16 rhel8 component support
This commit is contained in:
parent
928e44fe35
commit
acbc9195fe
1 changed files with 6 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue