1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Correct typos. (#20490)

This commit is contained in:
HyungCheol Kim 2017-01-20 22:03:49 +09:00 committed by jctanner
parent cef0adfba0
commit fc04164505

View file

@ -164,7 +164,7 @@ EXAMPLES = r"""
line: '192.168.1.99 foo.lab.net foo'
# Fully quoted because of the ': ' on the line. See the Gotchas in the YAML docs.
- lineinfile: "
- lineinfile:
path: /etc/sudoers
state: present
regexp: '^%wheel\s'