Fix AnyErrorsFatal type
AnyErrorsFatal is boolean, just like its neighbor NetworkConfigUpdate param. The string type ends up with group_vars, like: any_errors_fatal: 'True' network_config_update: false Fix the type to correspond a bool in ansible. Change-Id: Ice8d3ee63d11c531641b9defeb615ad7006f1671 Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com>
This commit is contained in:
parent
61cef90379
commit
fceeb2fbd3
@ -251,7 +251,7 @@ parameters:
|
||||
default: False
|
||||
{{role.name}}AnyErrorsFatal:
|
||||
default: true
|
||||
type: string
|
||||
type: boolean
|
||||
{{role.name}}MaxFailPercentage:
|
||||
default: 0
|
||||
type: number
|
||||
|
Loading…
Reference in New Issue
Block a user