We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When running the inventory plugin without any facts cache enabled, everything works as expected.
When I enable facts_caching the plugin fails with:
[WARNING]: * Failed to parse /Users/afonsobordado/git/nortech/ansible/inventory/netbird.yml with auto plugin: Peer.__init__() missing 1 required positional argument: 'data'
ansible-inventory -i ./inventory/netbird.yml --list
fact_caching = jsonfile fact_caching_connection = /tmp/facts_cache fact_caching_timeout = 86400
[WARNING]: * Failed to parse (...)/inventory/netbird.yml with auto plugin: Peer.__init__() missing 1 required positional argument: 'data'
0.2.0
3.13.1
2.18.1
macOS
It looks like on this line when repopulating the peers from cache in never initializes the data field
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What happened?
When running the inventory plugin without any facts cache enabled, everything works as expected.
When I enable facts_caching the plugin fails with:
How to reproduce the bug
ansible-inventory -i ./inventory/netbird.yml --list
(this works)ansible-inventory -i ./inventory/netbird.yml --list
This now fails with:
Package Version
0.2.0
Python Version
3.13.1
Ansible Version
2.18.1
Which operating systems does with happen with?
macOS
Notes
It looks like on this line when repopulating the peers from cache in never initializes the data field
The text was updated successfully, but these errors were encountered: