Skip to content
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

Organization should be marked as required field for ansible.controller.notification_template #15822

Open
6 of 11 tasks
kk-at-redhat opened this issue Feb 7, 2025 · 0 comments
Open
6 of 11 tasks

Comments

@kk-at-redhat
Copy link

Please confirm the following

  • I agree to follow this project's code of conduct.
  • I have checked the current issues for duplicates.
  • 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 [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

  • UI
  • UI (tech preview)
  • API
  • Docs
  • Collection
  • CLI
  • Other

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant