Make timezone tests work on Alpine. (#4292)

pull/4299/head
Felix Fontein 2022-02-27 13:55:03 +01:00 committed by GitHub
parent 274b8cceef
commit 14ef334754
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -49,6 +49,12 @@
state: present
when: ansible_distribution == 'Archlinux'
- name: make sure tzdata is installed on Alpine
package:
name: tzdata
state: present
when: ansible_distribution == 'Alpine'
- name: make sure the dbus service is started under systemd
systemd:
name: dbus