diff options
author | Adam Miller <admiller@redhat.com> | 2018-01-03 09:46:10 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-03 09:46:10 -0600 |
commit | ae3287d84de94f85c68f1a98307de8434e836263 (patch) | |
tree | 14a06024c894545f55da48adc3f2f8f42a4f4498 /ticket_stubs | |
parent | 9879aa038277ec3635c0e02e476d7bae34e87301 (diff) | |
download | ansible-ae3287d84de94f85c68f1a98307de8434e836263.tar.gz |
add bug_internal_api.md to ticket_stubs (#34370)
* add bug_internal_api.md to ticket_stubs
Signed-off-by: Adam Miller <admiller@redhat.com>
Diffstat (limited to 'ticket_stubs')
-rw-r--r-- | ticket_stubs/bug_internal_api.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/ticket_stubs/bug_internal_api.md b/ticket_stubs/bug_internal_api.md new file mode 100644 index 0000000000..917ee9b651 --- /dev/null +++ b/ticket_stubs/bug_internal_api.md @@ -0,0 +1,16 @@ +Internal Ansible API +==================== + +Hi! + +Thanks very much for your submission to Ansible. It sincerely means a lot to us +to have an active community that is willing to submit feedback so that we may +continue to make Ansible better. + +The internal Python API is considered an unsupported aspect of Ansible and this +is not considered a bug unless there is an issue with an Ansible binary +(`ansible`, `ansible-playbook`, `ansible-doc`, etc) or an issue with an external +API such as are provided for the development of plugins (modules, dynamic +inventories, callbacks, strategies, etc). + +Thank you once again for this and your interest in Ansible! |