From 52716c4dc7d95820d2640ba7c9e75fb00f786e85 Mon Sep 17 00:00:00 2001 From: Jeff Widman Date: Tue, 21 Jul 2015 18:03:55 -0700 Subject: [PATCH] Remove mention of 'apache example' Removed explicit mention of 'apache' --- lib/ansible/utils/module_docs_fragments/validate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/utils/module_docs_fragments/validate.py b/lib/ansible/utils/module_docs_fragments/validate.py index 98fb07ac4e5..decefe113e8 100644 --- a/lib/ansible/utils/module_docs_fragments/validate.py +++ b/lib/ansible/utils/module_docs_fragments/validate.py @@ -25,7 +25,7 @@ options: required: false description: - The validation command to run before copying into place. The path to the file to - validate is passed in via '%s' which must be present as in the apache example below. + validate is passed in via '%s' which must be present as in the example below. The command is passed securely so shell features like expansion and pipes won't work. default: None '''