stolostron / ansible-collection.core

OCM/ACM Ansible Collection
Apache License 2.0
19 stars 13 forks source link

Inventory plugin subclasses Constructable, Cacheable but doesn't implement them. #171

Open philipsd6 opened 1 year ago

philipsd6 commented 1 year ago

Currently the inventory plugin only returns cluster names as an inventory. Since the plugin is subclassing Constructable, my expectation is that there will be enough content in the hostvars to be able to use those features. But even though it subclasses from Constructable and Cacheable, it doesn't support those features at all even if there were additional hostvars available.