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

pull/46687/head
Matt Clay 6 years ago committed by GitHub
parent d0745ed6a2
commit f0480ab132
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save