-
Notifications
You must be signed in to change notification settings - Fork 115
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
[6.13.z cp] variable value should del after update #17236
base: 6.13.z
Are you sure you want to change the base?
Conversation
35c8a65
to
6127deb
Compare
ad46ba6
to
70e8089
Compare
PRT Result
|
PRT Result
|
PRT Result
|
trigger: test-robottelo |
PRT Result
|
trigger: test-robottelo |
PRT Result
|
trigger: test-robottelo |
PRT Result
|
trigger: test-robottelo |
PRT Result
|
70e8089
to
224ed3d
Compare
I extended the existing test case to include the following steps:
Create an Ansible variable with a default value and an overridden key.
Update the value of the Ansible variable at the host level.
After updating, delete the value, ensuring that it reverts to the default value.
Dependent PR: SatelliteQE/airgun#1689
Fixes - #17130