From 26e2a7272bcb2ab18e6eec0c6ea6e96bb21c4d57 Mon Sep 17 00:00:00 2001 From: Alina Buzachis Date: Tue, 22 Oct 2024 15:13:48 +0200 Subject: [PATCH 1/4] test Signed-off-by: Alina Buzachis Test Signed-off-by: Alina Buzachis Test Signed-off-by: Alina Buzachis Test Signed-off-by: Alina Buzachis Test Signed-off-by: Alina Buzachis Test Signed-off-by: Alina Buzachis --- .github/workflows/docs-pr.yml | 4 ++-- .github/workflows/docs-push.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docs-pr.yml b/.github/workflows/docs-pr.yml index 9158b038fa8..b8b59872b14 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_devel:https://docs.ansible.com/ansible-core/devel/ + ansible_stable:https://docs.ansible.com/ansible-core/latest/ 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_devel:https://docs.ansible.com/ansible-core/devel/ + ansible_stable:https://docs.ansible.com/ansible-core/latest/ comment: permissions: diff --git a/.github/workflows/docs-push.yml b/.github/workflows/docs-push.yml index 43381eaa4e5..5db67b9a50f 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_devel:https://docs.ansible.com/ansible-core/devel/ + ansible_stable:https://docs.ansible.com/ansible-core/latest/ publish-docs-gh-pages: # use to prevent running on forks From 01690c35d74180d5006879d49b1449fec252e0cc Mon Sep 17 00:00:00 2001 From: Alina Buzachis Date: Tue, 22 Oct 2024 16:46:01 +0200 Subject: [PATCH 2/4] Test Signed-off-by: Alina Buzachis --- plugins/modules/ec2_vpc_nat_gateway.py | 1 + 1 file changed, 1 insertion(+) 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 From 5d0b12eae510c8bec5bd64c3cced52c654051792 Mon Sep 17 00:00:00 2001 From: Alina Buzachis Date: Tue, 22 Oct 2024 16:52:04 +0200 Subject: [PATCH 3/4] Use 2.17 Signed-off-by: Alina Buzachis --- .github/workflows/docs-pr.yml | 4 ++-- .github/workflows/docs-push.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 From 528a5a601e9e5ee56ebec60ac51c180e5249e3f5 Mon Sep 17 00:00:00 2001 From: Alina Buzachis Date: Tue, 22 Oct 2024 16:53:12 +0200 Subject: [PATCH 4/4] Revert Signed-off-by: Alina Buzachis --- plugins/modules/ec2_vpc_nat_gateway.py | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/modules/ec2_vpc_nat_gateway.py b/plugins/modules/ec2_vpc_nat_gateway.py index a2f5821884a..085a0f9eef3 100644 --- a/plugins/modules/ec2_vpc_nat_gateway.py +++ b/plugins/modules/ec2_vpc_nat_gateway.py @@ -330,7 +330,6 @@ 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