mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Merge pull request #6502 from follower/patch-1
Fix typo in example name
This commit is contained in:
commit
9e8a4c9d23
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…
Reference in a new issue