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:
parent
cef0adfba0
commit
fc04164505
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||||
|
|
Loading…
Add table
Reference in a new issue