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:
Bogdan Dobrelya 2022-02-10 16:02:55 +01:00
parent 61cef90379
commit fceeb2fbd3
1 changed files with 1 additions and 1 deletions

View File

@ -251,7 +251,7 @@ parameters:
default: False
{{role.name}}AnyErrorsFatal:
default: true
type: string
type: boolean
{{role.name}}MaxFailPercentage:
default: 0
type: number