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
|
- name: Init repo
|
||||||
ansible.builtin.expect:
|
ansible.builtin.expect:
|
||||||
command: "borgmatic init -e {{ borg_repo_key}}"
|
command: "borgmatic init -e {{ borg_repo_key }}"
|
||||||
responses:
|
responses:
|
||||||
^.*want to continue connecting.*$: "yes"
|
^.*want to continue connecting.*$: "yes"
|
||||||
|
|
|
@ -4,3 +4,4 @@
|
||||||
pkg:
|
pkg:
|
||||||
- borgbackup
|
- borgbackup
|
||||||
- borgmatic
|
- borgmatic
|
||||||
|
- python3-pexpect
|
||||||
|
|
Loading…
Reference in a new issue