minor wording changes to remove ambiguity

This commit is contained in:
Jordan Borean 2018-03-01 07:31:15 +10:00 committed by ansibot
commit c3a805aa3c

View file

@ -150,11 +150,11 @@ EXAMPLES = r"""
insertbefore: '^www.*80/tcp' insertbefore: '^www.*80/tcp'
line: '# port for http by default' line: '# port for http by default'
# Add a line to a file if it does not exist, without passing regexp # Add a line to a file if the file does not exist, without passing regexp
- lineinfile: - lineinfile:
path: /tmp/testfile path: /tmp/testfile
line: '192.168.1.99 foo.lab.net foo' line: '192.168.1.99 foo.lab.net foo'
create: true create: yes
# Fully quoted because of the ': ' on the line. See the Gotchas in the YAML docs. # Fully quoted because of the ': ' on the line. See the Gotchas in the YAML docs.
- lineinfile: - lineinfile: