From dab70bb504bcfb4a9916918749d1b74cd09405f3 Mon Sep 17 00:00:00 2001 From: caoyuan Date: Wed, 26 Oct 2016 13:47:27 +0000 Subject: [PATCH] Update the format of bifrost deploy.yml TrivialFix Change-Id: If1c072c1afc56b329fccc034943ababc66020bb7 --- ansible/roles/bifrost/tasks/deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ansible/roles/bifrost/tasks/deploy.yml b/ansible/roles/bifrost/tasks/deploy.yml index 1129e90b88..fe58cc3f76 100644 --- a/ansible/roles/bifrost/tasks/deploy.yml +++ b/ansible/roles/bifrost/tasks/deploy.yml @@ -1,4 +1,6 @@ --- - include: config.yml + - include: start.yml + - include: bootstrap.yml