From 5cbe4b5e4e3cfa540acc22f051accdc1d7fdf59e Mon Sep 17 00:00:00 2001 From: phil Date: Sat, 8 Apr 2023 21:54:51 +0200 Subject: [PATCH] Add python module --- tasks/main.yml | 2 +- tasks/packages.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index b24b7b5..efe6bd6 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -30,6 +30,6 @@ - name: Init repo ansible.builtin.expect: - command: "borgmatic init -e {{ borg_repo_key}}" + command: "borgmatic init -e {{ borg_repo_key }}" responses: ^.*want to continue connecting.*$: "yes" diff --git a/tasks/packages.yml b/tasks/packages.yml index 9ad1eff..51bb9b0 100644 --- a/tasks/packages.yml +++ b/tasks/packages.yml @@ -4,3 +4,4 @@ pkg: - borgbackup - borgmatic + - python3-pexpect