Skip to content

feat: Remove python expect dependency in crmsh #422

feat: Remove python expect dependency in crmsh

feat: Remove python expect dependency in crmsh #422

Triggered via pull request December 12, 2024 08:10
Status Success
Total duration 1m 38s
Artifacts

ansible-lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
jinja[spacing]: 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', '') }}
jinja[spacing]: 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', '') }}