Enable ntpd on all the guests too since they don't keep time with the host.

This commit is contained in:
Kevin Fenzi 2015-02-15 17:26:31 +00:00
parent 32e6c14333
commit 4d41214fec

View file

@ -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