-
Notifications
You must be signed in to change notification settings - Fork 100
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
Additional host tag setting ignored when Gather Facts = No #401
Comments
RD version 5.8/latest If i run with Gather Facts on I get host and facts If I set it to false I get this error
Caused by: org.yaml.snakeyaml.scanner.ScannerException: while scanning a simple key |
Hi folks, could you try the ansible plugin v4.0.7? By default Rundeck 5.8.0 includes v4.0.5. Take a look at this: https://docs.rundeck.com/docs/administration/configuration/plugins/installing.html |
Just made a new issue to not take focus from this issue as this is regarding tags an my problem is related to host vars moved to #406 |
RD version 5.7/latest
Ansible plugin 4.0.5
As we know, "Gather Facts = No" means generate nodes via ansible-inventory command instead of running the gather-hosts playbook.
With Gather Facts = Yes, the "Additional host tag" is applied as expected.
With Gather Facts = No, the "Additional host tag" value if provided is not applied to the generated Rundeck nodes.
The text was updated successfully, but these errors were encountered: