diff --git a/debian12-basic.yml b/debian12-basic.yml index a9424f5..70abbf8 100644 --- a/debian12-basic.yml +++ b/debian12-basic.yml @@ -90,4 +90,7 @@ 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' \ No newline at end of file + mode: '0770' + + - name: Setup b2 client for backups: + ansible.builtin.command: " b2 authorize_account {{ b2-keyID }} {{ b2-applicationKey }}" \ No newline at end of file