blob: 3c6237e35ba678f3dcd70639d57c5cd08ebb9f20 [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
9 - application_custom_role | trim != ''