From 57f4db25d2b48000568fa84022ecaa25b8420f45 Mon Sep 17 00:00:00 2001 From: sean-m-sullivan Date: Sun, 21 Feb 2021 23:51:21 -0600 Subject: [PATCH] linting --- .../tests/integration/targets/tower_group/tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/awx_collection/tests/integration/targets/tower_group/tasks/main.yml b/awx_collection/tests/integration/targets/tower_group/tasks/main.yml index c2b0351bec..5184e94d5b 100644 --- a/awx_collection/tests/integration/targets/tower_group/tasks/main.yml +++ b/awx_collection/tests/integration/targets/tower_group/tasks/main.yml @@ -87,8 +87,8 @@ children: - "{{ group_name3 }}" state: present - preserve_existing_hosts: True - preserve_existing_children: True + preserve_existing_hosts: true + preserve_existing_children: true register: result - name: "Find number of hosts in {{ group_name1 }}"