You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/changelogs/fragments/openstack_inventory-optiona...

9 lines
330 B
YAML

---
bugfixes:
- openstack_inventory.py dynamic inventory file
fixed the plugin to the script so that it will work with current
ansible-inventory.
Also redirect stdout before dumping the ouptput, because not doing
so will cause JSON parse errors in some cases.
(https://github.com/ansible/ansible/pull/43432)