mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
(cherry picked from commit 14ef334754
)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
dd70c8b031
commit
a171d9bb90
1 changed files with 6 additions and 0 deletions
|
@ -49,6 +49,12 @@
|
||||||
state: present
|
state: present
|
||||||
when: ansible_distribution == 'Archlinux'
|
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
|
- name: make sure the dbus service is started under systemd
|
||||||
systemd:
|
systemd:
|
||||||
name: dbus
|
name: dbus
|
||||||
|
|
Loading…
Reference in a new issue