kayobe/ansible/ntp.yml
Mark Goddard d81ffc2e28 Revert to yatesr.timezone role
In the 1.2.0 release the offending symlinks were removed from the role.

Also skip molecule tests from galaxy roles.

TrivialFix

Change-Id: I233e5468054e950a80355bdc2205bd6070a12297
2019-11-01 14:39:24 +00:00

11 lines
206 B
YAML

---
- name: Ensure NTP is installed and configured
hosts: seed-hypervisor:seed:overcloud
tags:
- ntp
roles:
- role: yatesr.timezone
become: True
- role: resmo.ntp
become: True