From 15f5b5a88263f5155ccb7fe36567bd1241334bbc Mon Sep 17 00:00:00 2001 From: whirigoyen Date: Wed, 25 May 2022 15:51:43 +0200 Subject: [PATCH] =?UTF-8?q?dbus=20et=20sudo=20sont=20install=C3=A9s=20par?= =?UTF-8?q?=20d=C3=A9faut=20sur=20Debian=2011?= 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 3820dd25..ca61b2b3 100644 --- a/HowtoAnsible.md +++ b/HowtoAnsible.md @@ -28,7 +28,7 @@ ansible 2.10.8 Ansible peut exécuter des actions sur des machines distantes. Mais certains logiciels sont requis : -* *Debian 11* : `# apt-get install --no-install-recommends python3 dbus sudo` +* *Debian 11* : `# apt-get install --no-install-recommends python3` * *Debian 6* à *Debian 10* : `# apt-get install --no-install-recommends python dbus sudo` * *Debian 4 / 5* : utiliser le module [raw](https://docs.ansible.com/ansible/2.7/modules/raw_module.html) d'Ansible * *OpenBSD* : voir **[pré-requis pour OpenBSD](#pré-requis-openbsd)**