From e5be194d57fa01fcb761c22480dbd04477051881 Mon Sep 17 00:00:00 2001 From: Thomas Woerner Date: Fri, 3 May 2019 18:45:01 +0200 Subject: [PATCH] ipaclient: Fix indent in install.yml --- roles/ipaclient/tasks/install.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/ipaclient/tasks/install.yml b/roles/ipaclient/tasks/install.yml index 98ee6ce7..8cbda3f8 100644 --- a/roles/ipaclient/tasks/install.yml +++ b/roles/ipaclient/tasks/install.yml @@ -338,8 +338,8 @@ and result_ipaclient_join.already_joined))) when: not ansible_check_mode and - not (result_ipaclient_test.client_already_configured and - not ipaclient_allow_repair | bool and not ipaclient_force_join | bool) + not (result_ipaclient_test.client_already_configured and + not ipaclient_allow_repair | bool and not ipaclient_force_join | bool) always: - name: Cleanup leftover ccache