fix ansible-lint errors

This commit is contained in:
Sergey Malyuk
2025-12-18 16:37:50 +03:00
parent 277900b6ba
commit 70808bad91
6 changed files with 14 additions and 12 deletions

View File

@@ -6,6 +6,6 @@
tasks:
- name: "Check if `borg` is available from PATH" # noqa: no-changed-when
register: br_test__borg_version
register: borg_server_version
ansible.builtin.command:
cmd: "borg --version"