From 16059d0f8c88b08fb8406b48aaa1bbeb64f26d69 Mon Sep 17 00:00:00 2001 From: Bjoern Teipel Date: Fri, 5 May 2017 12:46:06 -0500 Subject: [PATCH] Fix typo inside the examples The example contains a typo for the haproxy_backend_arguments option, which is now corrected. Change-Id: Icd4e5f5b61e24067f6f6e749dd1215b99b6c66ef --- examples/playbook.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/playbook.yml b/examples/playbook.yml index e995c12..95c0fb3 100644 --- a/examples/playbook.yml +++ b/examples/playbook.yml @@ -15,5 +15,5 @@ - "forwardfor" - "httpchk" - "httplog" - haproxy_backend_aguments: + haproxy_backend_arguments: - 'http-check expect string OK'