Fix timezone test for newer Fedora containers. (#54874)
This commit is contained in:
parent
d0745ed6a2
commit
f0480ab132
1 changed files with 6 additions and 0 deletions
|
@ -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…
Reference in a new issue