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

@@ -2,6 +2,6 @@
- name: Converge
hosts: all
roles:
- role: genlab.common.ansible_borg_server
- role: genlab.common.borg_server
borg_secrets_path: "secrets.yaml"
hide_logs: false
borg_server_hide_logs: false

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"