]> git.apps.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
Move ntp below setup-ubuntu so that sources.list is present.
authorAndrew Schoen <aschoen@redhat.com>
Thu, 9 Apr 2015 19:34:55 +0000 (14:34 -0500)
committerAndrew Schoen <aschoen@redhat.com>
Thu, 16 Apr 2015 21:31:32 +0000 (16:31 -0500)
Our sources.list needs to be there before ntp will install correctly.

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
roles/testnode/tasks/main.yml

index 1d5408b83a68f7fb736a33cf5d71f2204827bc33..1398c74cfd950c4de30dae5a556a1d512a77038d 100644 (file)
     group: root
     mode: 0755
 
-# configure ntp
-- include: ntp.yml
-  tags:
-    - ntp-client
-
 # upload custom disk monitoring scripts
 - include: disk_monitoring.yml
   tags:
 - 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: