From f6860a7a89c30a3dce1ab54d4964dc188cba82c2 Mon Sep 17 00:00:00 2001 From: Kenyon Ralph Date: Tue, 5 May 2020 13:09:31 -0700 Subject: [PATCH] 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. --- lib/ansible/plugins/inventory/generator.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/ansible/plugins/inventory/generator.py b/lib/ansible/plugins/inventory/generator.py index 242419faca4..4a7d3b7acb1 100644 --- a/lib/ansible/plugins/inventory/generator.py +++ b/lib/ansible/plugins/inventory/generator.py @@ -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: