b2
This commit is contained in:
parent
0a0426f8c9
commit
ee6a89279c
1 changed files with 7 additions and 1 deletions
|
@ -85,3 +85,9 @@
|
|||
community.general.ufw:
|
||||
state: enabled
|
||||
policy: deny
|
||||
|
||||
- name: Download b2 client
|
||||
ansible.builtin.get_url:
|
||||
url: https://github.com/Backblaze/B2_Command_Line_Tool/releases/download/v3.9.0/b2-linux
|
||||
dest: /usr/local/bin/b2
|
||||
mode: '0770'
|
Loading…
Reference in a new issue