Fix timezone test for newer Fedora containers. (#54874)

This commit is contained in:
Matt Clay 2019-04-04 11:11:31 -07:00 committed by GitHub
parent d0745ed6a2
commit f0480ab132
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,6 +38,12 @@
#### timezone tests
####
- name: make sure the dbus service is started under systemd
systemd:
name: dbus
state: started
when: ansible_service_mgr == 'systemd' and ansible_distribution == 'Fedora'
- name: set timezone to Etc/UTC
timezone:
name: Etc/UTC