Skip to content
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.

Commit

Permalink
Merge pull request #33 from displague/ansible-documentation-linting
Browse files Browse the repository at this point in the history
fix Ansible documentation linter violations
  • Loading branch information
displague authored Oct 10, 2023
2 parents 513de49 + d9bd3eb commit 2d61546
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion plugins/modules/capacity_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

RETURN = '''
capacity:
description: Information about capacity that was found
description: Information about capacity that was found.
type: dict
sample: '{
"da11": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/device.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
type: str
user_data:
description:
- Userdata blob made available to the machine
- Userdata blob made available to the machine.
type: str
wait_for_public_IPv:
description:
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/ip_subnet.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
DOCUMENTATION = '''
---
module: ip_subnet
short_description: Assign IP subnet to a bare metal server.
short_description: Assign IP subnet to a bare metal server
description:
- Assign or unassign IPv4 or IPv6 subnets to or from a device in Equinix Metal.
- IPv4 subnets must come from already reserved block.
Expand Down

0 comments on commit 2d61546

Please sign in to comment.