From 3ea1c76b88aa49dcd873580e3ed6a6c8b69d06a8 Mon Sep 17 00:00:00 2001 From: "ak@geant.org" <ak@geant.org> Date: Fri, 20 Oct 2023 12:34:23 +0100 Subject: [PATCH] fix styling --- geant/ops_ansible/roles/cic_generic/tasks/test_template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geant/ops_ansible/roles/cic_generic/tasks/test_template.yaml b/geant/ops_ansible/roles/cic_generic/tasks/test_template.yaml index ed7f423..02a37a1 100644 --- a/geant/ops_ansible/roles/cic_generic/tasks/test_template.yaml +++ b/geant/ops_ansible/roles/cic_generic/tasks/test_template.yaml @@ -9,7 +9,7 @@ check: true commit: false register: response - when: verb == "test" and dry_run | ansible.builtin.bool + when: verb == "test" and (dry_run | ansible.builtin.bool) ### This task never fails. It only shows differences if ther are any ### but commit-check in the previous task should succeed -- GitLab