2024-10-14 01:30:59 +00:00
|
|
|
---
|
|
|
|
- name: Unlock backups
|
|
|
|
hosts: serguzim_net
|
|
|
|
become: true
|
|
|
|
tasks:
|
2025-01-09 01:15:33 +00:00
|
|
|
- name: Unlock backups
|
2024-10-14 01:30:59 +00:00
|
|
|
ansible.builtin.shell:
|
|
|
|
cmd: autorestic unlock --force && autorestic exec -va unlock
|
|
|
|
chdir: "{{ (services_path, 'backup') | path_join }}"
|