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.
pull/69347/head
Kenyon Ralph 6 years ago committed by GitHub
parent 47da0f7a4f
commit f6860a7a89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save