---
- name: Unlock backups
  hosts: serguzim_net
  become: true
  tasks:
  - name: Unlock backups
    ansible.builtin.shell:
      cmd: autorestic unlock --force && autorestic exec -va unlock
      chdir: "{{ (services_path, 'backup') | path_join }}"