mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
tpyo in doc string
This commit is contained in:
parent
5e529a6afc
commit
6777f634d5
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ EXAMPLES = '''
|
||||||
# Note: These examples do not set authentication details, see the AWS Guide for details.
|
# Note: These examples do not set authentication details, see the AWS Guide for details.
|
||||||
|
|
||||||
# Basic provisioning example
|
# Basic provisioning example
|
||||||
- ec2_search:
|
- ec2_remote_facts:
|
||||||
key: mykey
|
key: mykey
|
||||||
value: myvalue
|
value: myvalue
|
||||||
register: servers
|
register: servers
|
||||||
|
|
Loading…
Reference in a new issue