X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=playbooks%2Froles%2Fbootstrap-swconfig%2Ftasks%2Fmain.yaml;h=46db541181f2b863868479fd9b8f135750e5760f;hb=refs%2Fchanges%2F36%2F4736%2F3;hp=60c6edd7ce31b0884af1d6feefade70a8296225a;hpb=77e56dc3189c5f5b2dc379d71876e17f9441eb29;p=infra%2Fstack%2Fkubernetes.git diff --git a/playbooks/roles/bootstrap-swconfig/tasks/main.yaml b/playbooks/roles/bootstrap-swconfig/tasks/main.yaml index 60c6edd..46db541 100644 --- a/playbooks/roles/bootstrap-swconfig/tasks/main.yaml +++ b/playbooks/roles/bootstrap-swconfig/tasks/main.yaml @@ -83,7 +83,7 @@ include_vars: "{{ deployment_vars_file }}" # NOTE (fdegir): Prepare provisioner and installer -- name: Prepare provisioner and installer for '{{ execution_mode }}' +- name: Prepare provisioner and installer for {{ execution_mode }} include_tasks: "configure-{{ execution_mode }}.yaml" # vim: set ts=2 sw=2 expandtab: