mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-11 19:31:13 +00:00
Make timezone tests work on Alpine. (#4292)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user