From 0619c3c1fc47fc992b5c4c24fe923c642b018611 Mon Sep 17 00:00:00 2001 From: yohan <783b8c87@scimetis.net> Date: Sun, 22 Oct 2023 00:23:23 +0200 Subject: [PATCH] Fix wrong python version for python3-swiftclient. --- gen_bootstrap.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gen_bootstrap.yml b/gen_bootstrap.yml index 307ecc5..b62900c 100755 --- a/gen_bootstrap.yml +++ b/gen_bootstrap.yml @@ -146,10 +146,10 @@ src: "{{ WORKDIR }}/secrets.tar.gz.enc" dest: "{{ WORKDIR }}/backup/secrets.tar.gz.enc" -# python-swiftclient is a requirement of duplicity - - name: Install python-swiftclient +# python3-swiftclient is a requirement of duplicity + - name: Install python3-swiftclient ansible.builtin.package: - name: python-swiftclient + name: python3-swiftclient state: present - name: Backup with duplicity