Compat with python3

This commit is contained in:
Emilien Mantel
2020-01-01 22:56:08 +01:00
parent 5cdd1a8b37
commit 8c3b1c7f13

View File

@@ -23,7 +23,7 @@
- name: APT | Install python-passlib - name: APT | Install python-passlib
apt: apt:
pkg: python-passlib pkg: "python{% if ansible_python_version is version('3', '>=') %}3{% endif %}-passlib"
state: present state: present
- name: STAT | Check acme.sh is installed - name: STAT | Check acme.sh is installed