This commit is contained in:
Kekskurse 2023-08-07 00:38:38 +02:00
parent 1c5e6b0a79
commit a9b8f5288c
Signed by: kekskurse
GPG key ID: 728ACCB59341E7E4

View file

@ -92,5 +92,5 @@
dest: /usr/local/bin/b2 dest: /usr/local/bin/b2
mode: '0770' mode: '0770'
- name: Setup b2 client for backups: - name: Setup b2 client for backups
ansible.builtin.command: "b2 authorize_account {{ b2-keyID }} {{ b2-applicationKey }}" ansible.builtin.command: "b2 authorize_account {{ b2-keyID }} {{ b2-applicationKey }}"