From a9b8f5288cca5733adf6093e0bd6ab17a1fa08a0 Mon Sep 17 00:00:00 2001 From: kekskurse Date: Mon, 7 Aug 2023 00:38:38 +0200 Subject: [PATCH] Stuff --- debian12-basic.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian12-basic.yml b/debian12-basic.yml index 70abbf8..be5a93f 100644 --- a/debian12-basic.yml +++ b/debian12-basic.yml @@ -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 }}" \ No newline at end of file + - name: Setup b2 client for backups + ansible.builtin.command: "b2 authorize_account {{ b2-keyID }} {{ b2-applicationKey }}" \ No newline at end of file