From 07b7b669d9b65e580f19300ecc84be16e62c8d61 Mon Sep 17 00:00:00 2001 From: Kuba Orlik Date: Wed, 17 Mar 2021 17:56:04 +0100 Subject: [PATCH] Uncomment repo init --- backup.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/backup.yml b/backup.yml index 05b05f5..d3ef61b 100644 --- a/backup.yml +++ b/backup.yml @@ -96,9 +96,9 @@ pause: prompt: ZAPISZ TEN KLUCZ W MANADŻERZE HASEŁ ☝ i wciśnij ENTER - # - name: initiate restic reposiotory - # command: restic init --password-file=/backup-pwd -r sftp:{{SERVER_NAME}}-backup@{{RPI_NAME}}:data - # run_once: true + - name: initiate restic reposiotory + command: restic init --password-file=/backup-pwd -r sftp:{{SERVER_NAME}}-backup@{{RPI_NAME}}:data + run_once: true - name: Create the backup script ansible.builtin.template: src: "backup.sh.j2"