Fix wrong python version for python3-swiftclient.

This commit is contained in:
yohan 2023-10-22 00:23:23 +02:00
parent 0f9dabeacd
commit 0619c3c1fc

View File

@ -146,10 +146,10 @@
src: "{{ WORKDIR }}/secrets.tar.gz.enc" src: "{{ WORKDIR }}/secrets.tar.gz.enc"
dest: "{{ WORKDIR }}/backup/secrets.tar.gz.enc" dest: "{{ WORKDIR }}/backup/secrets.tar.gz.enc"
# python-swiftclient is a requirement of duplicity # python3-swiftclient is a requirement of duplicity
- name: Install python-swiftclient - name: Install python3-swiftclient
ansible.builtin.package: ansible.builtin.package:
name: python-swiftclient name: python3-swiftclient
state: present state: present
- name: Backup with duplicity - name: Backup with duplicity