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