Skip to content

Commit

Permalink
minor wording changes to remove ambiguity
Browse files Browse the repository at this point in the history
  • Loading branch information
jborean93 authored and ansibot committed Feb 28, 2018
1 parent 45e7689 commit c3a805a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/ansible/modules/files/lineinfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,11 +150,11 @@
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:
Expand Down

0 comments on commit c3a805a

Please sign in to comment.