From 844c3ea5ad216e8ea409a4d10e1b035397dc6f50 Mon Sep 17 00:00:00 2001 From: "ak@geant.org" <ak@geant.org> Date: Fri, 20 Oct 2023 12:28:27 +0100 Subject: [PATCH] fixing a typo (test -> fix) --- geant/ops_ansible/roles/cic_generic/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geant/ops_ansible/roles/cic_generic/tasks/main.yml b/geant/ops_ansible/roles/cic_generic/tasks/main.yml index 7c26c1e..0d608f5 100644 --- a/geant/ops_ansible/roles/cic_generic/tasks/main.yml +++ b/geant/ops_ansible/roles/cic_generic/tasks/main.yml @@ -53,6 +53,6 @@ ansible.builtin.include_tasks: test_template.yaml when: verb == "test" -- name: Include the test tasks if specified +- name: Include the Fix tasks if specified ansible.builtin.include_tasks: fix_template.yaml when: verb == "fix" -- GitLab