Enable ntpd on all the guests too since they don't keep time with the host.
This commit is contained in:
parent
32e6c14333
commit
4d41214fec
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue