jeisenbath / ansible-collection-tripplite-poweralert

Ansible Collection for using Tripplite's Power Alert Device Manager REST API
GNU General Public License v3.0
1 stars 0 forks source link

Unable to locate collection tripplite.poweralert #1

Closed problemsolver-jpg closed 3 months ago

problemsolver-jpg commented 3 months ago

Using given examples and syntax ansible returns error:

{"msg": "error processing module_util ansible_collections.tripplite.poweralert.plugins.module_utils.padm.Tripplite loading redirected collection tripplite.poweralert: unable to locate collection tripplite.poweralert"}

jeisenbath commented 3 months ago

ah sorry I just started updating this module to upload it to galaxy, and changed it to my own namespace without changing the examples.

The fqcn should be jeisenbath.tripplite instead of tripplite.poweralert, I'll correct those examples shortly. Thanks!

problemsolver-jpg commented 3 months ago

The error was received using the collection as listed below.

tasks:

jeisenbath commented 3 months ago

Pushed 1.0.1 to bugfix, I forgot to update the import paths also after namespace change.