Add python module

This commit is contained in:
phil 2023-04-08 21:54:51 +02:00
parent 4d7f7be683
commit 5cbe4b5e4e
2 changed files with 2 additions and 1 deletions

View file

@ -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"

View file

@ -4,3 +4,4 @@
pkg:
- borgbackup
- borgmatic
- python3-pexpect