mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
docs: misc fixes for typos (#602)
Migrated from https://github.com/ansible/ansible/pull/68367 Signed-off-by: Radoslav Dimitrov dimitrovr@vmware.com
This commit is contained in:
@@ -30,7 +30,7 @@ author:
|
||||
options:
|
||||
auth_token:
|
||||
description:
|
||||
- Packet api token. You can also supply it in env var C(PACKET_API_TOKEN).
|
||||
- Packet API token. You can also supply it in env var C(PACKET_API_TOKEN).
|
||||
type: str
|
||||
|
||||
hostname:
|
||||
@@ -80,7 +80,7 @@ requirements:
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
# All the examples assume that you have your Packet api token in env var PACKET_API_TOKEN.
|
||||
# All the examples assume that you have your Packet API token in env var PACKET_API_TOKEN.
|
||||
# You can also pass it to the auth_token parameter of the module instead.
|
||||
|
||||
- name: Create 1 device and assign an arbitrary public IPv4 subnet to it
|
||||
|
||||
Reference in New Issue
Block a user