From 650c3c5df32af3f5faf345ce0fdfc49febf83636 Mon Sep 17 00:00:00 2001 From: Alex Stephen Date: Tue, 18 Feb 2020 13:40:00 -0800 Subject: [PATCH] doc fragment needs proper types (#67545) --- lib/ansible/plugins/doc_fragments/gcp.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ansible/plugins/doc_fragments/gcp.py b/lib/ansible/plugins/doc_fragments/gcp.py index a73389921b4..308d48808b7 100644 --- a/lib/ansible/plugins/doc_fragments/gcp.py +++ b/lib/ansible/plugins/doc_fragments/gcp.py @@ -35,6 +35,7 @@ options: description: - Array of scopes to be used. type: list + elements: str env_type: description: - Specifies which Ansible environment you're running this module within.