Stuff
This commit is contained in:
parent
1c5e6b0a79
commit
a9b8f5288c
1 changed files with 2 additions and 2 deletions
|
@ -92,5 +92,5 @@
|
|||
dest: /usr/local/bin/b2
|
||||
mode: '0770'
|
||||
|
||||
- name: Setup b2 client for backups:
|
||||
ansible.builtin.command: " b2 authorize_account {{ b2-keyID }} {{ b2-applicationKey }}"
|
||||
- name: Setup b2 client for backups
|
||||
ansible.builtin.command: "b2 authorize_account {{ b2-keyID }} {{ b2-applicationKey }}"
|
Loading…
Reference in a new issue