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

Add has_playbook method to Runtime #364

Merged
merged 1 commit into from
May 8, 2024
Merged

Add has_playbook method to Runtime #364

merged 1 commit into from
May 8, 2024

Conversation

ssbarnea
Copy link
Member

@ssbarnea ssbarnea commented May 8, 2024

Add functionality for detecting if Ansible can find specific playbooks, caching the results. This is useful as they can reside inside collections.

Related: ansible/ansible-lint#4141

@ssbarnea ssbarnea requested a review from a team as a code owner May 8, 2024 10:49
@ssbarnea ssbarnea requested review from Qalthos and shatakshiiii and removed request for a team May 8, 2024 10:49
Copy link
Contributor

@Qalthos Qalthos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like it otherwise

test/test_runtime.py Outdated Show resolved Hide resolved
Add functionality for detecting if Ansible can find specific
playbooks, caching the results. This is useful as they can reside
inside collections.

Related: ansible/ansible-lint#4141
@ssbarnea ssbarnea enabled auto-merge (squash) May 8, 2024 14:01
@ssbarnea ssbarnea merged commit b6cafb1 into main May 8, 2024
27 checks passed
@ssbarnea ssbarnea deleted the feat/has-playbook branch May 8, 2024 14:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants