fix adjust
This commit is contained in:
parent
6bffe257a8
commit
cbde30c8c1
1 changed files with 2 additions and 2 deletions
|
|
@ -16,11 +16,11 @@ adjust:
|
|||
when: distro == rhel-4, rhel-5, rhel-6
|
||||
continue: false
|
||||
- enabled: false
|
||||
when: distro ~< 9.2
|
||||
when: distro ~< rhel-9.2
|
||||
continue: false
|
||||
because: BZ 2139349 fixed in RHEL 9.2
|
||||
- enabled: false
|
||||
when: distro ~< 8.6
|
||||
when: distro ~< rhel-8.6
|
||||
continue: false
|
||||
because: BZ 2139349 fixed in RHEL 8.6
|
||||
component:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue