From 4d41214fec9080ee380708f6839895f95e5a73a2 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sun, 15 Feb 2015 17:26:31 +0000 Subject: [PATCH] Enable ntpd on all the guests too since they don't keep time with the host. --- roles/base/tasks/main.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/roles/base/tasks/main.yml b/roles/base/tasks/main.yml index 25f4ac290e..92ce8f3b8c 100644 --- a/roles/base/tasks/main.yml +++ b/roles/base/tasks/main.yml @@ -281,7 +281,6 @@ - base - name: Start ntpd (if the machine is not virtual) - when: ansible_virtualization_role != 'guest' service: name=ntpd state=running enabled=true tags: - ntp