-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Edit: as per below, the problem was the SDK that was on version 1.0.1 when ~2.0 is required. This needs a better error message than crashing with the "unable to parse inventory" error.
======
I installed the collection with galaxy as instructed
My inventory file is:
plugin: community.upcloud.upcloud
tags:
- swarm
my ansible.cfg is:
[default]
collections_paths = ~/.ansible/collections:/usr/share/ansible/collections
[inventory]
enable_plugins = community.upcloud.upcloud
Result:
ansible git:(main) ✗ ansible-inventory --list -i inventory/upcloud.yaml
[WARNING]: * Failed to parse /Users/patrickleblanc/ansible/inventory/upcloud.yaml with ansible_collections.community.upcloud.plugins.inventory.upcloud plugin: 'str' object has no
attribute 'user_agent'
[WARNING]: Unable to parse /Users/patrickleblanc/ansible/inventory/upcloud.yaml as an inventory source
[WARNING]: No inventory was parsed, only implicit localhost is available
Any idea what I'm doing wrong?
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request