We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
security@ansible.com
When description value is empty it gets ignored instead of removing description. Which makes it impossible to remove description.
4.6.7
docker development environment
no
2.15.13
RHEL9
No response
ansible -m ansible.controller.credential_type -a "name='Credential Type A' description='AAAA'" localhost
localhost | SUCCESS => { "changed": false, "id": 48 }
ansible -m ansible.controller.credential_type -a "name='Credential Type A' description=''" localhost
localhost | CHANGED => { "changed": true, "id": 48 }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Please confirm the following
security@ansible.com
instead.)Bug Summary
When description value is empty it gets ignored instead of removing description.
Which makes it impossible to remove description.
AWX version
4.6.7
Select the relevant components
Installation method
docker development environment
Modifications
no
Ansible version
2.15.13
Operating system
RHEL9
Web browser
No response
Steps to reproduce
ansible -m ansible.controller.credential_type -a "name='Credential Type A' description='AAAA'" localhost
localhost | SUCCESS => {
"changed": false,
"id": 48
}
ansible -m ansible.controller.credential_type -a "name='Credential Type A' description=''" localhost
Expected results
localhost | CHANGED => {
"changed": true,
"id": 48
}
Actual results
localhost | SUCCESS => {
"changed": false,
"id": 48
}
Additional information
No response
The text was updated successfully, but these errors were encountered: