From c8c7fcbcfd825a9268ee7fb311a40018e11de419 Mon Sep 17 00:00:00 2001 From: Alexandre Iooss Date: Sun, 10 Mar 2019 13:22:32 +0100 Subject: [PATCH] Use Python 3 --- group_vars/all/vars.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/group_vars/all/vars.yml b/group_vars/all/vars.yml index c57ea13..05828fc 100644 --- a/group_vars/all/vars.yml +++ b/group_vars/all/vars.yml @@ -1,4 +1,7 @@ --- +# Use Python 3 +ansible_python_interpreter: '/usr/bin/env python3' + # LDAP binding # You can hash LDAP passwords with `slappasswd` tool ldap_base: 'dc=auro,dc=re'