meta/runtime.yml and __init__.py cleanup (#2632)

* Remove superfluous __init__.py files.

* Reformat and sort meta/runtime.yml.

* The ovirt modules have been removed.

* Add changelog entry.
This commit is contained in:
Felix Fontein 2021-05-27 18:49:26 +02:00 committed by GitHub
commit 7cd96d963e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
28 changed files with 118 additions and 128 deletions

View file

@ -0,0 +1,2 @@
minor_changes:
- "Remove unnecessary ``__init__.py`` files from ``plugins/`` (https://github.com/ansible-collections/community.general/pull/2632)."