From 6ddea3e915012a381b53e34b19c2270cf5e4e815 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Mon, 15 Feb 2016 14:13:20 -0500 Subject: [PATCH] removed follow from common file docs --- lib/ansible/utils/module_docs_fragments/files.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/lib/ansible/utils/module_docs_fragments/files.py b/lib/ansible/utils/module_docs_fragments/files.py index 9bc96c6e257..4a79e394fda 100644 --- a/lib/ansible/utils/module_docs_fragments/files.py +++ b/lib/ansible/utils/module_docs_fragments/files.py @@ -60,12 +60,4 @@ options: - level part of the SELinux file context. This is the MLS/MCS attribute, sometimes known as the C(range). C(_default) feature works as for I(seuser). - follow: - required: false - default: "no" - choices: [ "yes", "no" ] - version_added: "1.8" - description: - - 'This flag indicates that filesystem links, if they exist, should be followed.' - """