From: Andrew Schoen Date: Thu, 9 Apr 2015 19:34:55 +0000 (-0500) Subject: Move ntp below setup-ubuntu so that sources.list is present. X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=be7684fdf9d48905f93394ef054f9c84cfa85b9c;p=ceph-cm-ansible.git Move ntp below setup-ubuntu so that sources.list is present. Our sources.list needs to be there before ntp will install correctly. Signed-off-by: Andrew Schoen --- diff --git a/roles/testnode/tasks/main.yml b/roles/testnode/tasks/main.yml index 1d5408b..1398c74 100644 --- a/roles/testnode/tasks/main.yml +++ b/roles/testnode/tasks/main.yml @@ -12,11 +12,6 @@ group: root mode: 0755 -# configure ntp -- include: ntp.yml - tags: - - ntp-client - # upload custom disk monitoring scripts - include: disk_monitoring.yml tags: @@ -46,6 +41,11 @@ - include: setup-ubuntu.yml when: ansible_distribution == "Ubuntu" +# configure ntp +- include: ntp.yml + tags: + - ntp-client + # configure pip to use our mirror - include: pip.yml tags: