I noticed the collection license was updated to specify the MIT license. This is incompatible with Ansible's GPL3 license once the code is distributed (which it now has been); this means the entire code must be GPL now. The incompatibility arose when the modules imported Ansible's code:
from ansible.module_utils.basic import AnsibleModule
Further incompatibilities will arise as you accept pull-requests from others for the project. Be sure to review this carefully.
I noticed the collection license was updated to specify the MIT license. This is incompatible with Ansible's GPL3 license once the code is distributed (which it now has been); this means the entire code must be GPL now. The incompatibility arose when the modules imported Ansible's code:
from ansible.module_utils.basic import AnsibleModuleFurther incompatibilities will arise as you accept pull-requests from others for the project. Be sure to review this carefully.