mirror of
https://github.com/borgbase/ansible-role-borgbackup.git
synced 2026-01-14 20:06:45 +01:00
Ensure borgmatic is in PATH
This commit is contained in:
parent
9525ec03be
commit
747b4698b5
@ -7,6 +7,8 @@
|
||||
register: borgmatic_version_output
|
||||
changed_when: false
|
||||
check_mode: false
|
||||
environment:
|
||||
PATH: "{{ borg_venv_path }}/bin:/usr/local/bin:/usr/bin:/bin"
|
||||
|
||||
- name: Store Borgmatic version as a fact
|
||||
ansible.builtin.set_fact:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user