diff options
Diffstat (limited to 'xci/playbooks')
-rw-r--r-- | xci/playbooks/bootstrap-scenarios.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/xci/playbooks/bootstrap-scenarios.yml b/xci/playbooks/bootstrap-scenarios.yml index 5d810fa0..c09d58a6 100644 --- a/xci/playbooks/bootstrap-scenarios.yml +++ b/xci/playbooks/bootstrap-scenarios.yml @@ -33,3 +33,7 @@ include_role: name: "k8-calico-nofeature" when: deploy_scenario == 'k8-calico-nofeature' +- name: Prepare everything to run the k8-flannel-nofeature scenario + include_role: + name: "k8-flannel-nofeature" + when: deploy_scenario == 'k8-flannel-nofeature' |