From 9eda6359f07d4fb65aea94387844509cd0655319 Mon Sep 17 00:00:00 2001 From: Seth Foster Date: Tue, 8 Jun 2021 10:49:41 -0400 Subject: [PATCH] False to false to fix linter --- awx_collection/tools/vars/associations.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/awx_collection/tools/vars/associations.yml b/awx_collection/tools/vars/associations.yml index 467d83ec27..6f710db3b9 100644 --- a/awx_collection/tools/vars/associations.yml +++ b/awx_collection/tools/vars/associations.yml @@ -4,13 +4,13 @@ associations: - related_item: credentials endpoint: credentials description: "The credentials used by this job template" - required: False + required: false groups: - related_item: hosts endpoint: hosts description: "The hosts associated with this group" - required: False + required: false - related_item: groups endpoint: children description: "The hosts associated with this group" - required: False + required: false