Fix wrong python version for python3-swiftclient.
This commit is contained in:
parent
0f9dabeacd
commit
0619c3c1fc
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user