From 153f130a4e76fe445aa348893060f58538595339 Mon Sep 17 00:00:00 2001 From: gcolpart Date: Sun, 9 Jul 2017 21:38:09 +0200 Subject: [PATCH] =?UTF-8?q?python-minimal=20ne=20suffit=20pas=20pour=20fai?= =?UTF-8?q?re=20tourner=20Ansible=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HowtoAnsible.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HowtoAnsible.md b/HowtoAnsible.md index 632f1795..f890cd06 100644 --- a/HowtoAnsible.md +++ b/HowtoAnsible.md @@ -15,7 +15,7 @@ Ansible fonctionne sans agent sur les serveurs (*agent-less*) et selon le concep Ansible peut exécuter des actions sur des serveurs distants sous : -* *Debian 6* et supérieur : `# apt-get install --no-install-recommends python-minimal python-apt dbus sudo` +* *Debian 6* et supérieur : `# apt-get install --no-install-recommends python python-apt dbus sudo` * *Debian 4 / 5* : utiliser le module [raw](https://docs.ansible.com/ansible/raw_module.html) d'Ansible * *OpenBSD* : voir **[pré-requis pour OpenBSD](#pré-requis-openbsd)** * *FreeBSD* : `# pkg install python`