From 0b0b9954c2d0602b1e9d0a387d2a195a790f8084 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Thu, 22 Mar 2018 04:37:46 +0100 Subject: Various fixes and provide ADEI admin container... --- roles/role_includer/tasks/main.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 roles/role_includer/tasks/main.yml (limited to 'roles/role_includer/tasks') diff --git a/roles/role_includer/tasks/main.yml b/roles/role_includer/tasks/main.yml new file mode 100644 index 0000000..1044236 --- /dev/null +++ b/roles/role_includer/tasks/main.yml @@ -0,0 +1,5 @@ +# This is not working in prestine ansible 2.4.3, needs a patch back-ported from upstream (patch released in February 2018) +- name: "Processing tasks in '{{ role_includer_tasks }}' from role '{{ role_includer_name }}'" + include_role: + name: "{{ role_includer_name }}" + tasks_from: "{{ role_includer_tasks | default('main.yml') }}" -- cgit v1.2.3