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? 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
[email protected]
Currently documentation has Name as the only required field. However Organization is also required for both creation and deletion
4.6.7
N/A
no
2.15.12
RHEL9
No response
ansible -m ansible.controller.notification_template --args="name='email B' state=absent" localhost
localhost | CHANGED => { "changed": true, "id": 7 }
localhost | SUCCESS => { "changed": false }
ansible -m ansible.controller.notification_template --args="name='email B' organization='B' state=absent" localhost
This is a change to documentation
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Please confirm the following
[email protected]
instead.)Bug Summary
Currently documentation has Name as the only required field.
However Organization is also required for both creation and deletion
AWX version
4.6.7
Select the relevant components
Installation method
N/A
Modifications
no
Ansible version
2.15.12
Operating system
RHEL9
Web browser
No response
Steps to reproduce
ansible -m ansible.controller.notification_template --args="name='email B' state=absent" localhost
Expected results
localhost | CHANGED => {
"changed": true,
"id": 7
}
Actual results
localhost | SUCCESS => {
"changed": false
}
ansible -m ansible.controller.notification_template --args="name='email B' organization='B' state=absent" localhost
localhost | CHANGED => {
"changed": true,
"id": 7
}
Additional information
This is a change to documentation
The text was updated successfully, but these errors were encountered: