Compat with python3

py3
Emilien Mantel 2020-01-01 22:56:08 +01:00
parent 5cdd1a8b37
commit 8c3b1c7f13
1 changed files with 1 additions and 1 deletions

View File

@ -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