summaryrefslogtreecommitdiffstats
path: root/roles/role_includer
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@suren.me>2018-03-22 04:37:46 +0100
committerSuren A. Chilingaryan <csa@suren.me>2018-03-22 04:37:46 +0100
commit0b0b9954c2d0602b1e9d0a387d2a195a790f8084 (patch)
treef0a3a26edd280b8fd84945944bd153f411b31fea /roles/role_includer
parente2c7b1305ca8495065dcf40fd2092d7c698dd6ea (diff)
downloadands-0b0b9954c2d0602b1e9d0a387d2a195a790f8084.tar.gz
ands-0b0b9954c2d0602b1e9d0a387d2a195a790f8084.tar.bz2
ands-0b0b9954c2d0602b1e9d0a387d2a195a790f8084.tar.xz
ands-0b0b9954c2d0602b1e9d0a387d2a195a790f8084.zip
Various fixes and provide ADEI admin container...
Diffstat (limited to 'roles/role_includer')
-rw-r--r--roles/role_includer/tasks/main.yml5
1 files changed, 5 insertions, 0 deletions
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') }}"