From 8c3b1c7f13b9026cfabdaccfe644eb3f72ce138c Mon Sep 17 00:00:00 2001 From: Emilien Mantel Date: Wed, 1 Jan 2020 22:56:08 +0100 Subject: [PATCH] Compat with python3 --- tasks/install_Debian.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/install_Debian.yml b/tasks/install_Debian.yml index c421d73..0980fe2 100644 --- a/tasks/install_Debian.yml +++ b/tasks/install_Debian.yml @@ -23,7 +23,7 @@ - name: APT | Install python-passlib apt: - pkg: python-passlib + pkg: "python{% if ansible_python_version is version('3', '>=') %}3{% endif %}-passlib" state: present - name: STAT | Check acme.sh is installed