minor wording changes to remove ambiguity
This commit is contained in:
parent
45e7689335
commit
c3a805aa3c
1 changed files with 2 additions and 2 deletions
|
@ -150,11 +150,11 @@ EXAMPLES = r"""
|
|||
insertbefore: '^www.*80/tcp'
|
||||
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:
|
||||
path: /tmp/testfile
|
||||
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.
|
||||
- lineinfile:
|
||||
|
|
Loading…
Reference in a new issue