From 606540c15da06d9ca35ba69f5db24eec3fa16ad5 Mon Sep 17 00:00:00 2001 From: Martin Eisenhardt Date: Thu, 21 Dec 2017 04:46:54 +0100 Subject: [PATCH] Fix typo in haproxy.py doc string (#31310) --- lib/ansible/modules/net_tools/haproxy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/net_tools/haproxy.py b/lib/ansible/modules/net_tools/haproxy.py index 35756f3219c..f775f8e29de 100644 --- a/lib/ansible/modules/net_tools/haproxy.py +++ b/lib/ansible/modules/net_tools/haproxy.py @@ -27,7 +27,7 @@ notes: sockets configured for level 'admin'. For example, you can add the line 'stats socket /var/run/haproxy.sock level admin' to the general section of haproxy.cfg. See U(http://haproxy.1wt.eu/download/1.5/doc/configuration.txt). - - Depends on netcat (nc) being available; you need to install the appriate + - Depends on netcat (nc) being available; you need to install the appropriate package for your operating system before this module can be used. options: backend: