From 747b4698b5f99ae3bdcaea71ccdbe67889cead35 Mon Sep 17 00:00:00 2001 From: Manu Date: Tue, 6 Jan 2026 16:35:16 +0000 Subject: [PATCH] Ensure borgmatic is in PATH --- tasks/05_configure.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tasks/05_configure.yml b/tasks/05_configure.yml index b90b165..9179409 100644 --- a/tasks/05_configure.yml +++ b/tasks/05_configure.yml @@ -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: