commit | 10395813929c768565c8842518d826d4675d9e58 | [log] [tgz] |
---|---|---|
author | Woojoong Kim <woojoong@opennetworking.org> | Fri Feb 16 11:53:46 2018 -0800 |
committer | Woojoong Kim <woojoong@opennetworking.org> | Tue Mar 13 22:08:41 2018 +0000 |
tree | 9dcb7b201f8518004518e86115c6e765c04b8ea3 | |
parent | fa46ce11b8e39774d180ad0c51679edace3bcf3c [diff] |
add host name in hosts to resolve sudo timeout Change-Id: I13faa63657eb2c44b0010f18fcdafe240b23ed62 (cherry picked from commit cc12aebb0311eef05d490612c3aecaedfe2d1123)
diff --git a/xos/synchronizer/steps/roles/setup-sprint-hss/tasks/main.yml b/xos/synchronizer/steps/roles/setup-sprint-hss/tasks/main.yml index c7f53e7..027c858 100644 --- a/xos/synchronizer/steps/roles/setup-sprint-hss/tasks/main.yml +++ b/xos/synchronizer/steps/roles/setup-sprint-hss/tasks/main.yml
@@ -14,6 +14,10 @@ --- +- name: resolve sudo timeout + become: yes + shell: "echo 127.0.1.1 $(cat /etc/hostname) >> /etc/hosts" + - name: Copy templates template: src: "templates/{{ item }}.j2"