feat: Compliant with bookworm
This commit is contained in:
parent
0fc8eb6a4b
commit
9a0c90a09f
@ -1,24 +1,25 @@
|
||||
---
|
||||
# tasks file for borgmatic
|
||||
|
||||
- name: Installer python3-pip
|
||||
- name: Installer pipx
|
||||
ansible.builtin.apt:
|
||||
name: python3-pip
|
||||
name: pipx
|
||||
state: latest
|
||||
become: true
|
||||
|
||||
- name: Installer borgbackup
|
||||
ansible.builtin.apt:
|
||||
community.general.pipx:
|
||||
name: borgbackup
|
||||
state: latest
|
||||
default_release: "{{ borgmatic_distribution_release }}-backports"
|
||||
install_deps: true
|
||||
include_injected: true
|
||||
become: true
|
||||
|
||||
- name: Installer le paquet avec pip
|
||||
ansible.builtin.pip:
|
||||
name: borgmatic
|
||||
state: latest
|
||||
become: true
|
||||
- name: Installer borgmatic
|
||||
community.general.pipx:
|
||||
name: borgbackuo
|
||||
state: inject
|
||||
inject_packages: borgmatic
|
||||
|
||||
- name: Créer l'exemple de configuration
|
||||
ansible.builtin.command:
|
||||
|
Loading…
Reference in New Issue
Block a user