From 4702cc9b1b997887f554b6414ad4acce10c03b52 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Mon, 15 Feb 2016 14:17:50 -0500 Subject: [PATCH] added follow docs back, removed from shared --- lib/ansible/modules/extras/files/blockinfile.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/ansible/modules/extras/files/blockinfile.py b/lib/ansible/modules/extras/files/blockinfile.py index a8499547639..1ae7a0bfa63 100644 --- a/lib/ansible/modules/extras/files/blockinfile.py +++ b/lib/ansible/modules/extras/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"""