Allow for installing other roles

Change-Id: I638f6001b8b02e2dc267bb0121ae988f31536873
This commit is contained in:
Flavio Percoco 2017-11-02 18:09:31 +01:00
parent c4e0bb20ce
commit 0d1872fb1d
1 changed files with 4 additions and 0 deletions

View File

@ -10,5 +10,9 @@
{% endif %}
roles:
{% for dep in ansible_role_k8s_required|default('', true) %}
- role: {{dep}}
playbook_debug: false
{% endfor %}
- role: {{project_name}}
playbook_debug: false