blob: b6f6f3511934f4b538f41a8b07fe477775507d14 [file] [log] [blame]
Michal Ptacek11e2af52018-12-19 19:42:03 +00001---
2# Caller fills application_custom_role variable with actual role name.
3- name: "Execute custom role {{ application_custom_role }} {{ phase }} Helm install."
4 include_role:
5 name: "{{ application_custom_role }}"
6 when:
7 - application_custom_role is defined
8 - application_custom_role is not none