Correct typos. (#20490)

pull/4420/head
HyungCheol Kim 2017-01-20 22:03:49 +09:00 committed by jctanner
parent cef0adfba0
commit fc04164505
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ EXAMPLES = r"""
line: '192.168.1.99 foo.lab.net foo' line: '192.168.1.99 foo.lab.net foo'
# 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:
path: /etc/sudoers path: /etc/sudoers
state: present state: present
regexp: '^%wheel\s' regexp: '^%wheel\s'