Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test #10

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

test #10

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/docs-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
uses: ansible-community/github-docs-build/.github/workflows/_shared-docs-build-pr.yml@main
with:
init-lenient: false
ansible-ref: devel
init-fail-on-error: true
extra-collections: 'git+https://github.com/ansible-collections/amazon.aws.git,main'
intersphinx-links: |
Expand All @@ -31,6 +32,7 @@ jobs:
uses: ansible-community/github-docs-build/.github/workflows/_shared-docs-build-pr.yml@main
with:
init-lenient: true
ansible-ref: devel
init-fail-on-error: false
extra-collections: 'git+https://github.com/ansible-collections/amazon.aws.git,main'
intersphinx-links: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docs-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
uses: ansible-community/github-docs-build/.github/workflows/_shared-docs-build-push.yml@main
with:
init-lenient: true
ansible-ref: devel
init-fail-on-error: true
extra-collections: 'git+https://github.com/ansible-collections/amazon.aws.git,main'
intersphinx-links: |
Expand Down
1 change: 1 addition & 0 deletions plugins/modules/ec2_launch_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -1155,6 +1155,7 @@
from ansible_collections.community.aws.plugins.module_utils.modules import AnsibleCommunityAWSModule as AnsibleAWSModule


# test
def find_existing(client, module: AnsibleAWSModule) -> Tuple[Optional[Dict[str, Any]], Optional[List[Dict[str, Any]]]]:
launch_template = None
launch_template_versions = []
Expand Down
Loading