From 7eb8a5219f55bb617b4868f851883900e8c1858d Mon Sep 17 00:00:00 2001 From: Paul Voss Date: Fri, 12 Aug 2016 09:32:10 +0200 Subject: [PATCH] added note about /root/.ansible being mounted as tmpfs --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a7d72f..c94cdcd 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,8 @@ Available in two flavours: registry.chmuul.net/ansible-controller:ubuntu-16.04 \ ansible-playbook site.yml +Note: /root/.ansible must not be an overlayfs, otherwise ssh multiplexing won't work. + ## todo -publish ansible images to docker hub +Publish ansible images to docker hub