ensure util-linux-extra is installed in Ubuntu 24.04 (#8710)

This commit is contained in:
Alexei Znamensky 2024-08-04 10:09:12 +12:00 committed by GitHub
commit c517f1c483
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 10 additions and 1 deletions

View file

@ -60,6 +60,14 @@
state: present
when: ansible_distribution == 'Alpine'
- name: make sure hwclock is installed in Ubuntu 24.04
package:
name: util-linux-extra
state: present
when:
- ansible_distribution == 'Ubuntu'
- ansible_facts.distribution_major_version is version('24', '>=')
- name: make sure the dbus service is started under systemd
systemd:
name: dbus