From 2273798fade3d761da55674c53e3ae399224a4d8 Mon Sep 17 00:00:00 2001
From: Alexandre Iooss <erdnaxe@crans.org>
Date: Tue, 1 Oct 2019 19:09:31 +0200
Subject: [PATCH] [readme] You need a special python dependency

---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index e70b1d9e..a84470f4 100644
--- a/README.md
+++ b/README.md
@@ -103,6 +103,8 @@ ssh-copy-id zamok.adm.crans.org
 
 ### Lancer Ansible
 
+Il faut `python3-netaddr` sur sa machine.
+
 Pour tester le playbook `base.yml` :
 ```bash
 ansible-playbook base.yml --check
-- 
GitLab