From 1c5e6b0a79ba9658e2f01f0abf5137528fcd41f7 Mon Sep 17 00:00:00 2001 From: kekskurse Date: Mon, 7 Aug 2023 00:37:22 +0200 Subject: [PATCH] Stuff --- debian12-basic.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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