Add python module
This commit is contained in:
parent
4d7f7be683
commit
5cbe4b5e4e
2 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
|
@ -4,3 +4,4 @@
|
|||
pkg:
|
||||
- borgbackup
|
||||
- borgmatic
|
||||
- python3-pexpect
|
||||
|
|
Loading…
Reference in a new issue