Merge "Add molecule tests for kubectl role"
[oom/offline-installer.git] / ansible / roles / application / tasks / pre-install.yml
1 ---
2 - name: "Execute custom role {{ application_pre_install_role }} if defined."
3   include_tasks: custom_role.yml
4   vars:
5     application_custom_role: "{{ application_pre_install_role | default('') }}"