files/blockinfile.py : ERROR: version_added for new option (follow) should be 2.1. Currently 0.0
This commit is contained in:
parent
1f7a2041be
commit
c3e9c54f29
1 changed files with 1 additions and 0 deletions
|
@ -102,6 +102,7 @@ options:
|
||||||
choices: [ "yes", "no" ]
|
choices: [ "yes", "no" ]
|
||||||
description:
|
description:
|
||||||
- 'This flag indicates that filesystem links, if they exist, should be followed.'
|
- 'This flag indicates that filesystem links, if they exist, should be followed.'
|
||||||
|
version_added: "2.1"
|
||||||
"""
|
"""
|
||||||
|
|
||||||
EXAMPLES = r"""
|
EXAMPLES = r"""
|
||||||
|
|
Loading…
Reference in a new issue