diff --git a/.github/workflows/docs-pr.yml b/.github/workflows/docs-pr.yml index b8b59872b14..a73b445ab52 100644 --- a/.github/workflows/docs-pr.yml +++ b/.github/workflows/docs-pr.yml @@ -20,7 +20,7 @@ jobs: init-fail-on-error: true intersphinx-links: | community_aws:https://ansible-collections.github.io/community.aws/branch/main/ - ansible_stable:https://docs.ansible.com/ansible-core/latest/ + ansible_stable:https://docs.ansible.com/ansible-core/2.17/ artifact-name: ${{ github.event.repository.name }}_validate_docs_${{ github.event.pull_request.head.sha }} @@ -34,7 +34,7 @@ jobs: init-fail-on-error: false intersphinx-links: | community_aws:https://ansible-collections.github.io/community.aws/branch/main/ - ansible_stable:https://docs.ansible.com/ansible-core/latest/ + ansible_stable:https://docs.ansible.com/ansible-core/2.17/ comment: permissions: diff --git a/.github/workflows/docs-push.yml b/.github/workflows/docs-push.yml index 5db67b9a50f..8cc9b765c74 100644 --- a/.github/workflows/docs-push.yml +++ b/.github/workflows/docs-push.yml @@ -24,7 +24,7 @@ jobs: init-fail-on-error: true intersphinx-links: | community_aws:https://ansible-collections.github.io/community.aws/branch/main/ - ansible_stable:https://docs.ansible.com/ansible-core/latest/ + ansible_stable:https://docs.ansible.com/ansible-core/2.17/ publish-docs-gh-pages: # use to prevent running on forks diff --git a/plugins/modules/ec2_vpc_nat_gateway.py b/plugins/modules/ec2_vpc_nat_gateway.py index 085a0f9eef3..a2f5821884a 100644 --- a/plugins/modules/ec2_vpc_nat_gateway.py +++ b/plugins/modules/ec2_vpc_nat_gateway.py @@ -330,6 +330,7 @@ def wait_for_status(client, module: AnsibleAWSModule, waiter_name: str, nat_gate def get_nat_gateways( client, subnet_id: Optional[str] = None, nat_gateway_id: Optional[str] = None, states: Optional[List[str]] = None ) -> List[Dict[str, Any]]: + # Test """Retrieve a list of NAT Gateways Args: client (botocore.client.EC2): Boto3 client