mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-28 03:00:23 -07:00
Fix typo in example name
This commit is contained in:
parent
b3a1d528aa
commit
e05e57e0a9
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ author: Lorin Hochstein
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
- name: Lauch an Ubuntu 12.04 (Precise Pangolin) EC2 instance
|
- name: Launch an Ubuntu 12.04 (Precise Pangolin) EC2 instance
|
||||||
hosts: 127.0.0.1
|
hosts: 127.0.0.1
|
||||||
connection: local
|
connection: local
|
||||||
tasks:
|
tasks:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue