-
Notifications
You must be signed in to change notification settings - Fork 8
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 hostfilter and add missing unsafe regex #28
Fix hostfilter and add missing unsafe regex #28
Conversation
I've added missing sort keys for notification that I clearly overlooked. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Review the annotations please.
roles/filetree_create/templates/current_workflow_job_templates.j2
Outdated
Show resolved
Hide resolved
roles/filetree_create/templates/current_workflow_job_templates.j2
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just two changes for consistency.
roles/filetree_create/templates/controller_inventory_sources.j2
Outdated
Show resolved
Hide resolved
I've added one overlooked sort_keys. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
What does this PR do?
This PR is fixing two issues:
The host filter for the smart inventory is not properly exported. When you export a smart inventory, it is wrapped in double quotes, but the filter itself is also exported with internal double quotes, making it impossible to import.
Add missing regex_replace to every item that could have a variable.
How should this be tested?
Manually
Is there a relevant Issue open for this?
N/A
Other Relevant info, PRs, etc
N/A