mirror of https://github.com/ansible/ansible.git
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
pull/42223/head
parent
3cbf319ee7
commit
851725d72a
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
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.
|
Loading…
Reference in New Issue