Skip to content

Commit

Permalink
Merge pull request #18 from alinabuzachis/test_3
Browse files Browse the repository at this point in the history
Test
  • Loading branch information
alinabuzachis authored Oct 22, 2024
2 parents 40db553 + 5d0b12e commit 058e602
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}


Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions plugins/modules/ec2_vpc_nat_gateway.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 058e602

Please sign in to comment.