Fix ansible-lint errors
This commit is contained in:
parent
503bd8b396
commit
b098704e23
10 changed files with 21 additions and 26 deletions
|
@ -3,7 +3,8 @@
|
|||
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 }}"
|
||||
- name: Unlock backups
|
||||
ansible.builtin.shell:
|
||||
cmd: autorestic unlock --force && autorestic exec -va unlock
|
||||
chdir: "{{ (services_path, 'backup') | path_join }}"
|
||||
changed_when: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue