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

in policy list module, push boolean not being parsed from yaml correctly #122

Open
craigers521 opened this issue Aug 18, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@craigers521
Copy link
Contributor

In order to actually push policy changes to vsmarts, the vmanage_policy_list module requires a push parameter to be passed with a True value.

Typically in yaml this is pretty loose and will allow numerous values that get parsed as True (like yes, Yes, YES, Y, y, on, true, TRUE, True). In order for the updates to get pushed i have to set push exactly to True. Recommend using something like pyYAML to convert boolean value or at the very least get this documented.

@jasonking3 jasonking3 added the enhancement New feature or request label Sep 1, 2021
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
None yet
Development

No branches or pull requests

2 participants