diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f3055f..66d2ca5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Changed +- Fixed `Invalid value "community.upcloud.upcloud"` when simply trying to use the plugin + --- ## [0.5.0] - 2021-05-19 @@ -16,3 +19,6 @@ First release for the new UpCloud Ansible Collection! :tada: ### Added - Ansible inventory for UpCloud servers, allowing filtering with zones, tags, networks or server states. + +[Unreleased]: https://github.com/UpCloudLtd/upcloud-ansible-collection/compare/v0.5.0...HEAD +[0.5.0]: https://github.com/UpCloudLtd/upcloud-ansible-collection/releases/tag/v0.5.0 \ No newline at end of file diff --git a/plugins/inventory/upcloud.py b/plugins/inventory/upcloud.py index fa10232..91e8b0a 100644 --- a/plugins/inventory/upcloud.py +++ b/plugins/inventory/upcloud.py @@ -16,9 +16,9 @@ - constructed options: plugin: - description: marks this as an instance of the "upcloud" plugin + description: The name of the UpCloud Ansible inventory plugin required: true - choices: ["upcloud"] + choices: ["community.upcloud.upcloud"] username: description: UpCloud API username. required: false