fc21507a30
* Update openstack inventory script to keep basic functionality (#43432) re-applies commit6667ec4474
which 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. (cherry picked from commitfa45c44026
) * fixed the plugin to the script so that it will work with current
8 lines
330 B
YAML
8 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)
|