diff --git a/HowtoAnsible.md b/HowtoAnsible.md index ecf37f32..d12840e6 100644 --- a/HowtoAnsible.md +++ b/HowtoAnsible.md @@ -1026,7 +1026,6 @@ Installer _Python_ : ~~~ # pkg_add -z python-2 sudo -# ln -sf /usr/local/bin/python2.7 /usr/local/bin/python ~~~ et surcharger la variable `ansible_python_interpreter` dans le fichier _inventory_ : @@ -1036,7 +1035,7 @@ et surcharger la variable `ansible_python_interpreter` dans le fichier _inventor serveur.example.com [openbsd:vars] -ansible_python_interpreter=/usr/local/bin/python +ansible_python_interpreter=/usr/local/bin/python2.7 ~~~ ## Ressources utiles