docs(changelog): version 1.21.0 [citest skip] #415
Annotations
2 warnings
Run ansible-lint:
tests/ha_cluster/tests_cib_rsc_op_defaults.yml#L87
Jinja2 spacing could be improved: {{ ( __test_cib_validate_with is version('3.9', '<') or __test_pcs_version is version('0.12', '<') ) | ternary(' score=INFINITY', '') }} -> {{ (__test_cib_validate_with is version('3.9', '<') or __test_pcs_version is version('0.12', '<')) | ternary(' score=INFINITY', '') }}
|
Run ansible-lint:
tests/ha_cluster/tests_cib_rsc_op_defaults.yml#L130
Jinja2 spacing could be improved: {{ ( __test_cib_validate_with is version('3.9', '<') or __test_pcs_version is version('0.12', '<') ) | ternary(' score=INFINITY', '') }} -> {{ (__test_cib_validate_with is version('3.9', '<') or __test_pcs_version is version('0.12', '<')) | ternary(' score=INFINITY', '') }}
|
Loading