summaryrefslogtreecommitdiffstats
path: root/ansible/roles/application/tasks/pre-install.yml
blob: 74f1548f58954836e0ab24dca1ba6f09220aa113 (plain)
1
2
3
4
5
---
- name: "Execute custom role {{ application_pre_install_role }} if defined."
  include_tasks: custom_role.yml
  vars:
    application_custom_role: "{{ application_pre_install_role | default('') }}"