Gitiles
Code Review
Sign In
gerrit.nordix.org
/
onap
/
oom
/
offline-installer
/
1299f5c30a659afcbb7ba87e69bee063da42ab6c
/
.
/
ansible
/
roles
/
application
/
tasks
/
post-install.yml
blob: 5464cb46764ac000b3be6b2bd55055f950320b22 [
file
] [
log
] [
blame
]
---
-
name:
"Execute custome role {{ application_post_install_role }} if defined."
include_tasks:
custom_role.yml
vars:
application_custom_role:
"{{ application_post_install_role | default('') }}"