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:
Kenyon Ralph 2020-05-05 13:09:31 -07:00 committed by GitHub
parent 47da0f7a4f
commit f6860a7a89
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: