summaryrefslogtreecommitdiffstats
path: root/ansible/roles/application/tasks/post-install.yml
blob: 5464cb46764ac000b3be6b2bd55055f950320b22 (plain)
1
2
3
4
5
---
- name: "Execute custome role {{ application_post_install_role }} if defined."
  include_tasks: custom_role.yml
  vars:
    application_custom_role: "{{ application_post_install_role | default('') }}"