Michal Ptacek | 11e2af5 | 2018-12-19 19:42:03 +0000 | [diff] [blame] | 1 | --- |
2 | - name: "Execute custome role {{ application_post_install_role }} if defined." | ||||
3 | include_tasks: custom_role.yml | ||||
4 | vars: | ||||
Samuli Silvius | 51d7d01 | 2019-03-19 08:45:54 +0200 | [diff] [blame] | 5 | application_custom_role: "{{ application_post_install_role | default('') }}" |