generator inventory plugin: remove "strict" from example (#69178)
This "strict" option appears to be unused. It's probably a copy-paste error from the constructed plugin.
This commit is contained in:
parent
47da0f7a4f
commit
f6860a7a89
1 changed files with 0 additions and 1 deletions
|
@ -41,7 +41,6 @@ EXAMPLES = '''
|
|||
# remember to enable this inventory plugin in the ansible.cfg before using
|
||||
# View the output using `ansible-inventory -i inventory.config --list`
|
||||
plugin: generator
|
||||
strict: False
|
||||
hosts:
|
||||
name: "{{ operation }}_{{ application }}_{{ environment }}_runner"
|
||||
parents:
|
||||
|
|
Loading…
Reference in a new issue