Michal Ptacek | 11e2af5 | 2018-12-19 19:42:03 +0000 | [diff] [blame] | 1 | --- |
2 | # Caller fills application_custom_role variable with actual role name. | ||||
Samuli Silvius | 51d7d01 | 2019-03-19 08:45:54 +0200 | [diff] [blame] | 3 | - name: "Execute custom role {{ application_custom_role }} for Helm install." |
Michal Ptacek | 11e2af5 | 2018-12-19 19:42:03 +0000 | [diff] [blame] | 4 | include_role: |
5 | name: "{{ application_custom_role }}" | ||||
6 | when: | ||||
7 | - application_custom_role is defined | ||||
8 | - application_custom_role is not none |