Fix typos

This commit is contained in:
Tobias Reisinger 2025-01-09 02:15:33 +01:00
parent 0c90ef2dc4
commit 09bc8b3d12
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
2 changed files with 2 additions and 2 deletions

View file

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