You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I understand that AWX is open source software provided for free and that I might not receive a timely response.
I am NOT reporting a (potential) security vulnerability. (These should be emailed to 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
UI
UI (tech preview)
API
Docs
Collection
CLI
Other
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.execution_environment -a "name='Execution Environment A' image='aap-hub.int/ee-minimal-rhel8:latest' description='BBBBB'" localhost
ansible -m ansible.controller.execution_environment -a "name='Execution Environment A' image='aap-hub.int/ee-minimal-rhel8:latest' description=''" localhost
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.execution_environment -a "name='Execution Environment A' image='aap-hub.int/ee-minimal-rhel8:latest' description='BBBBB'" localhost
localhost | SUCCESS => {
"changed": false,
"id": 22
}
ansible -m ansible.controller.execution_environment -a "name='Execution Environment A' image='aap-hub.int/ee-minimal-rhel8:latest' description=''" localhost
Expected results
localhost | CHANGED => {
"changed": true,
"id": 22
}
Actual results
localhost | SUCCESS => {
"changed": false,
"id": 22
}
Additional information
No response
The text was updated successfully, but these errors were encountered: