summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2019-04-04 20:11:31 +0200
committerGitHub <noreply@github.com>2019-04-04 20:11:31 +0200
commitf0480ab132bc2beb1feea42c7fcd714429114f38 (patch)
treee72abc83ad6bbc25446ac19b97993e92f339519f
parentadd support for specifying volume metadata (#48081) (diff)
downloadansible-f0480ab132bc2beb1feea42c7fcd714429114f38.tar.xz
ansible-f0480ab132bc2beb1feea42c7fcd714429114f38.zip
Fix timezone test for newer Fedora containers. (#54874)
-rw-r--r--test/integration/targets/timezone/tasks/main.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/integration/targets/timezone/tasks/main.yml b/test/integration/targets/timezone/tasks/main.yml
index 7ea3de48fb..92f0b8c59b 100644
--- a/test/integration/targets/timezone/tasks/main.yml
+++ b/test/integration/targets/timezone/tasks/main.yml
@@ -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