1) 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.
2) Add missing regex_replace to every item that could have a variable.
What does this PR do?
This PR is fixing two issues:
1) 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.
2) 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