blob: f0b9a84fd3b2710dfc856bf0268d870ea87c1d6b [file] [log] [blame]
Michal Ptacek11e2af52018-12-19 19:42:03 +00001---
2# Caller fills application_custom_role variable with actual role name.
Samuli Silvius51d7d012019-03-19 08:45:54 +02003- name: "Execute custom role {{ application_custom_role }} for Helm install."
Michal Ptacek11e2af52018-12-19 19:42:03 +00004 include_role:
5 name: "{{ application_custom_role }}"
6 when:
7 - application_custom_role is defined
8 - application_custom_role is not none