From 43500f2c774c51c8025674fd2ea736eb71ecac25 Mon Sep 17 00:00:00 2001 From: Jack Ivanov Date: Wed, 29 Jan 2020 07:56:54 +0100 Subject: [PATCH] task name fix --- roles/common/tasks/aip/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/common/tasks/aip/main.yml b/roles/common/tasks/aip/main.yml index ec0753c..f02f2d4 100644 --- a/roles/common/tasks/aip/main.yml +++ b/roles/common/tasks/aip/main.yml @@ -1,5 +1,5 @@ --- -- name: Include a provisioning role +- name: Include alternative ingress ip configuration include_tasks: file: "{{ algo_provider }}.yml" when: algo_provider in aip_supported_providers