-
Notifications
You must be signed in to change notification settings - Fork 145
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
Verbosity on job template not changing back to 0 from higher values and state comes as OK #801
Comments
we can look into this but it is very likely an issue with the module, have you tried the latest awx.awx collection? |
We use ansible.controller collection which is officially supported by Redhat. Initially I raised a case with redhat using my corporate account and was told to raise a issue here as it is not the problem with the collection. I have tested this on many versions of ansible.controller and this issue persists. Seems to be the problem with the role. Would appreciate any help on this |
Case number: 03752193 |
I have confirmed it does appear to be a bug in the role, we will try and figure out the cause of it and create a solution once the issue is found. If anyone else has time to help figure out the cause and post it here that would be great. |
ok I figured it out, until we can merge this fix and do a release (unless you pull the collection directly from GitHub) a way to work around it would be to quote it "0" |
It worked Thanks a mill. May I ask, is there a way to print the extra_vars of a job templates and variables of inventories that we receive via api in yml format, which then can be given as input to these roles to build them back. I'm having trouble arranging these extra_vars and varibles in yml format, especially when they have variables like {{ something }} as there data. Manually i can use !unsafe and get it built, but i looking for an automated way to writes these extra_vars or variables in yml file. I would truly appreciate you help on this |
Summary
Using the role from this repo to create job templates using yml files, everything is working good except the job template verbosity is not changing to 0 from higher values, but i'm able to change to any (1..4) values other than 0
Issue Type
Ansible, Collection, Controller details
tried all version.
ansible.controller 4.5.1
OS / ENVIRONMENT
RHEL 8
Desired Behavior
Actual Behavior
Please give some details of what is actually happening.
Include a [minimum complete verifiable example] with:
STEPS TO REPRODUCE
You can use the roles and try to create any job template and change its verbosity back and forth between 0 and other values
The text was updated successfully, but these errors were encountered: