Fix Ansible Module
This commit is contained in:
parent
0b53f0291b
commit
468a4aadbb
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
mode: "0600"
|
||||
|
||||
- name: "Borg | Install borgmatic bach completions"
|
||||
ansible.builtin.command:
|
||||
ansible.builtin.shell:
|
||||
cmd: "borgmatic --bash-completion > /usr/share/bash-completion/completions/borgmatic"
|
||||
creates: /usr/share/bash-completion/completions/borgmatic
|
||||
|
||||
|
|
Loading…
Reference in a new issue