summaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
authorBrian Coca <brian.coca+git@gmail.com>2016-02-15 14:17:50 -0500
committerBrian Coca <brian.coca+git@gmail.com>2016-02-15 14:17:50 -0500
commitd0c607c7a40cc4f78fdde120a87c50e569349507 (patch)
treee5fb974cac9e3792cfe5a46b14e0a48fa7bac057 /files
parent14ff9e50309fd0fb5a0e00c87eaecb26845d392a (diff)
downloadansible-modules-extras-d0c607c7a40cc4f78fdde120a87c50e569349507.tar.gz
added follow docs back, removed from shared
Diffstat (limited to 'files')
-rw-r--r--files/blockinfile.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/files/blockinfile.py b/files/blockinfile.py
index a8499547..1ae7a0bf 100644
--- a/files/blockinfile.py
+++ b/files/blockinfile.py
@@ -96,6 +96,12 @@ options:
description:
- Create a backup file including the timestamp information so you can
get the original file back if you somehow clobbered it incorrectly.
+ follow:
+ required: false
+ default: "no"
+ choices: [ "yes", "no" ]
+ description:
+ - 'This flag indicates that filesystem links, if they exist, should be followed.'
"""
EXAMPLES = r"""