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

[EDA] Wrong help text for Variables field for Rulebook Activations #774

Closed
kurokobo opened this issue Aug 12, 2023 · 0 comments · Fixed by #775
Closed

[EDA] Wrong help text for Variables field for Rulebook Activations #774

kurokobo opened this issue Aug 12, 2023 · 0 comments · Fixed by #775
Assignees

Comments

@kurokobo
Copy link
Contributor

In the current implementation, the help for Variables field for Rulebook Activations shows following text:

Pass extra command line variables to the playbook. This is the -e or --extra-vars command line parameter for ansible-playbook. Provide key/value pairs using either YAML or JSON. Refer to the documentation for example syntax.

In my understanding, this is wrong description for this field.

This is the fileld that defines variables for ansible-rulebook instead of ansible-playbook.
It's not equivalent to -e or --extra-vars command line parameter for ansible-playbook but contents of the file that passed via --vars for ansible-rulebook: https://ansible.readthedocs.io/projects/rulebook/en/stable/variables.html

This should be corrected.

image

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 a pull request may close this issue.

2 participants