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

fix: parse taskfiles as ansible tasks #597

Merged
merged 3 commits into from
Nov 12, 2023
Merged

fix: parse taskfiles as ansible tasks #597

merged 3 commits into from
Nov 12, 2023

Conversation

xoxys
Copy link
Member

@xoxys xoxys commented Nov 12, 2023

Fixes: #594

Use of the context-aware YAML parser AnsibleLoader for parsing task files. This way, the task attributes, such as tags, can be extracted without collisions from potential module parameters with the same name.

@xoxys xoxys merged commit cacc92f into main Nov 12, 2023
5 checks passed
@delete-merged-branch delete-merged-branch bot deleted the parse-ansible branch November 12, 2023 20:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Module tags are showing under Discoved tags in Readme.md file
1 participant