Init: mediaserver

This commit is contained in:
2023-02-08 12:13:28 +01:00
parent 848bc9739c
commit f7c23d4ba9
31914 changed files with 6175775 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- galaxy.yml - fix path to github repository.

View File

@@ -0,0 +1,2 @@
bugfixes:
- galaxy.yml - fix repository and homepage links.

View File

@@ -0,0 +1,3 @@
minor_changes:
- use a three group format for version_added. So 2.7 becomes 2.7.0. Same thing for 2.8 and 2.9.
- add "elements:" and update "required:" to match module requirements.

View File

@@ -0,0 +1,2 @@
minor_changes:
- Fix pylint or flake8 warnings reported by galaxy importer.

View File

@@ -0,0 +1,2 @@
minor_changes:
- refactor existing modules as a collection

View File

@@ -0,0 +1,4 @@
minor_changes:
- all modules - ability to trace API calls and responses.
bugfixes:
- all modules - fix traceback TypeError 'NoneType' object is not subscriptable when URL points to a web server.

View File

@@ -0,0 +1,5 @@
bugfixes:
- aws_netapp_cvs_filesystems - fix KeyError when exportPolicy is not present.
- all modules - disable logging for ``api_key`` and ``secret_key`` values.
- all modules - report error if response does not contain valid JSON.
- all modules - prevent infinite loop when asynchronous action fails.

View File

@@ -0,0 +1,2 @@
minor_changes:
- PR1 - allow usage of Ansible module group defaults - for Ansible 2.12+.