From bd08f5598912cd1479f20ab5a54762b8406b3e75 Mon Sep 17 00:00:00 2001 From: Jeffrey Zhang Date: Fri, 9 Sep 2016 12:05:45 +0800 Subject: [PATCH] fix the common upgrade Closes-Bug: #1623305 Change-Id: I21ca191cb5a45b0beb97dfe67a209999b9033cb0 Signed-off-by: Jeffrey Zhang --- ansible/roles/common/tasks/upgrade.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) mode change 120000 => 100644 ansible/roles/common/tasks/upgrade.yml diff --git a/ansible/roles/common/tasks/upgrade.yml b/ansible/roles/common/tasks/upgrade.yml deleted file mode 120000 index 1a86e2ea8b..0000000000 --- a/ansible/roles/common/tasks/upgrade.yml +++ /dev/null @@ -1 +0,0 @@ -start.yml \ No newline at end of file diff --git a/ansible/roles/common/tasks/upgrade.yml b/ansible/roles/common/tasks/upgrade.yml new file mode 100644 index 0000000000..1f16915ad9 --- /dev/null +++ b/ansible/roles/common/tasks/upgrade.yml @@ -0,0 +1,4 @@ +--- +- include: config.yml + +- include: start.yml