Files
gitlab-mirror/roles/borg_server/molecule/default/verify.yml
2025-12-18 16:11:08 +03:00

12 lines
266 B
YAML

---
- name: Verify
hosts: all
gather_facts: false
any_errors_fatal: true
tasks:
- name: "Check if `borg` is available from PATH" # noqa: no-changed-when
register: br_test__borg_version
ansible.builtin.command:
cmd: "borg --version"