diff options
author | Justin chi <chigang@huawei.com> | 2017-07-13 02:32:00 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-07-13 02:32:00 +0000 |
commit | c7f9c4e45dac28aba6728cade96fb366e42b1f8e (patch) | |
tree | 71a6d3171ad796cfe738eb33d99182d1c697be38 /deploy/adapters/ansible/roles/config-controller/tasks | |
parent | 9829c4894bd2d2a488b3ac71ec049b53377cfe6b (diff) | |
parent | bf14a70c09be362b13b16054174c16e43da9e2d2 (diff) |
Merge "Fix bug the controller node when baremetal deploy"
Diffstat (limited to 'deploy/adapters/ansible/roles/config-controller/tasks')
-rw-r--r-- | deploy/adapters/ansible/roles/config-controller/tasks/Ubuntu.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/deploy/adapters/ansible/roles/config-controller/tasks/Ubuntu.yml b/deploy/adapters/ansible/roles/config-controller/tasks/Ubuntu.yml index c878ab7f..e3b467cf 100644 --- a/deploy/adapters/ansible/roles/config-controller/tasks/Ubuntu.yml +++ b/deploy/adapters/ansible/roles/config-controller/tasks/Ubuntu.yml @@ -14,6 +14,8 @@ notify: - restart network service +- meta: flush_handlers + - name: check apt source shell: "ping -c 2 {{LOCAL_REPOSITORY_IP}} > /dev/null" register: checkresult |