Skip to content

Commit

Permalink
Fix broken links to modules which don't exist any more (#888) (#889)
Browse files Browse the repository at this point in the history
[PR #888/5310d551 backport][stable-4] Fix broken links to modules which don't exist any more

This is a backport of PR #888 as merged into main (5310d55).
SUMMARY
The ec2 module no longer exists, and we don't call out the other Ansible 2.9 fact -> info renames any more (That was 4 major releases ago!)
ISSUE TYPE

Docs Pull Request

COMPONENT NAME
plugins/modules/aws_az_info.py
plugins/modules/ec2_instance.py
ADDITIONAL INFORMATION

Reviewed-by: Mark Chappell <None>
  • Loading branch information
patchback[bot] authored Jun 24, 2022
1 parent 9c270f5 commit 568cc8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion plugins/modules/aws_az_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
version_added: 1.0.0
description:
- Gather information about availability zones in AWS.
- This module was called M(amazon.aws.aws_az_facts) before Ansible 2.9. The usage did not change.
author: 'Henrique Rodrigues (@Sodki)'
options:
filters:
Expand Down
4 changes: 2 additions & 2 deletions plugins/modules/ec2_instance.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
- Create and manage AWS EC2 instances.
- >
Note: This module does not support creating
L(EC2 Spot instances,https://aws.amazon.com/ec2/spot/). The M(amazon.aws.ec2) module
can create and manage spot instances.
L(EC2 Spot instances,https://aws.amazon.com/ec2/spot/).
- The M(amazon.aws.ec2_spot_instance) module can create and manage spot instances.
author:
- Ryan Scott Brown (@ryansb)
options:
Expand Down

0 comments on commit 568cc8b

Please sign in to comment.