diff --git a/lib/ansible/modules/files/lineinfile.py b/lib/ansible/modules/files/lineinfile.py index 4c0c62ac91..1ca4ce03f3 100644 --- a/lib/ansible/modules/files/lineinfile.py +++ b/lib/ansible/modules/files/lineinfile.py @@ -154,6 +154,7 @@ EXAMPLES = r""" - lineinfile: path: /tmp/testfile line: '192.168.1.99 foo.lab.net foo' + create: true # Fully quoted because of the ': ' on the line. See the Gotchas in the YAML docs. - lineinfile: