summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Coca <brian.coca+git@gmail.com>2016-02-15 14:13:20 -0500
committerBrian Coca <brian.coca+git@gmail.com>2016-02-15 14:14:22 -0500
commit729dbe7e67c1e0cfe179e2b6d0f0da52c3f7d149 (patch)
tree4897ef4fb4d288f56c2209dfae45fd3248f7299a
parent032d917e686fe8761d79fabc319854c312ba2ec9 (diff)
downloadansible-729dbe7e67c1e0cfe179e2b6d0f0da52c3f7d149.tar.gz
removed follow from common file docs
-rw-r--r--lib/ansible/utils/module_docs_fragments/files.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/ansible/utils/module_docs_fragments/files.py b/lib/ansible/utils/module_docs_fragments/files.py
index 9bc96c6e25..4a79e394fd 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.'
-
"""