Stuff
This commit is contained in:
parent
ee6a89279c
commit
1c5e6b0a79
1 changed files with 4 additions and 1 deletions
|
@ -91,3 +91,6 @@
|
||||||
url: https://github.com/Backblaze/B2_Command_Line_Tool/releases/download/v3.9.0/b2-linux
|
url: https://github.com/Backblaze/B2_Command_Line_Tool/releases/download/v3.9.0/b2-linux
|
||||||
dest: /usr/local/bin/b2
|
dest: /usr/local/bin/b2
|
||||||
mode: '0770'
|
mode: '0770'
|
||||||
|
|
||||||
|
- name: Setup b2 client for backups:
|
||||||
|
ansible.builtin.command: " b2 authorize_account {{ b2-keyID }} {{ b2-applicationKey }}"
|
Loading…
Reference in a new issue