Skip to content

Commit 701dc15

Browse files
Alex-IzquierdoDostonbek1
authored andcommitted
feat: print relevant versions at worker startup AAP-40781 (#761)
Print relevant versions in logs when ansible-rulebook starts in worker mode. - Refactor some helpers and ansible-galaxy path setting for reusability. - Enhance get_version function. - Collections are printed when debug enabled, regular versions only in info level. - e2e and unit tests. Jira: [AAP-40781](https://issues.redhat.com/browse/AAP-40781) Signed-off-by: Alex <aizquier@redhat.com>
1 parent a1e9766 commit 701dc15

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/unit/test_util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,4 +355,4 @@ def test_startup_logging_no_collections(caplog):
355355
],
356356
)
357357
def test_mask_sensitive_variable_values(extra_vars, expected):
358-
assert mask_sensitive_variable_values(extra_vars) == expected
358+
assert mask_sensitive_variable_values(extra_vars) == expected

0 commit comments

Comments
 (0)