mirror of
https://github.com/nikdoof/ansible-borgmatic.git
synced 2025-12-13 10:52:19 +00:00
Update to support later Ansible versions
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
- name: Initialize borg check_repositories
|
||||
ansible.builtin.shell: "borgmatic init --encryption repokey"
|
||||
environment:
|
||||
PATH: "{{ ansible_env.PATH}}:/usr/local/bin"
|
||||
PATH: "{{ ansible_facts['env'].PATH}}:/usr/local/bin"
|
||||
|
||||
- name: Enable borgmatic.timer
|
||||
ansible.builtin.systemd:
|
||||
|
||||
Reference in New Issue
Block a user