Adjust name of ovirt dependency (#132)

* Adjust name of ovirt dependency.

* Fix module imports.

* Add ovirt.ovirt dependency with version 1.0.0 (released today).
This commit is contained in:
Felix Fontein
2020-04-08 12:32:36 +02:00
committed by GitHub
parent 78b628725a
commit 1625429f74
27 changed files with 52 additions and 52 deletions

View File

@@ -9,4 +9,4 @@ unit_tests_dependencies:
- cisco.intersight
- community.kubernetes
- google.cloud
- ovirt.ovirt_collection
- ovirt.ovirt

View File

@@ -61,7 +61,7 @@ retry ansible-galaxy -vvv collection install cisco.intersight
retry ansible-galaxy -vvv collection install community.crypto
retry ansible-galaxy -vvv collection install community.kubernetes
retry ansible-galaxy -vvv collection install google.cloud
retry ansible-galaxy -vvv collection install ovirt.ovirt_collection
retry ansible-galaxy -vvv collection install ovirt.ovirt
# END: HACK