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