ansible/changelogs/fragments/inventory_manager_fix_required_options_override.yaml
Sloane Hertel 851725d72a Fix setting required options for inventory plugins - backport/2.6/42049 (#42120)
* Fix setting required options for inventory plugins (#42049)

* Fix setting required options for inventory plugins

* call set_options for yaml and script plugin

(cherry picked from commit 44e5886385)

* changelog
2018-07-03 15:07:35 -07:00

5 lines
181 B
YAML

---
bugfixes:
- inventory manager - This fixes required options being populated before the
inventory config file is read, so the required options may be set in the
config file.