Skip to content

Commit 39787d9

Browse files
committed
[OSPRH-16912] Make sure that the libvirt group always exist
1 parent eab2b68 commit 39787d9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

roles/edpm_telemetry/tasks/configure.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,12 @@
5151
loop:
5252
- {"src": "ceilometer-host-specific.conf.j2", "dest": "ceilometer-host-specific.conf"}
5353

54+
- name: Ensure group libvirt always exists
55+
become: true
56+
ansible.builtin.group:
57+
name: libvirt
58+
state: present
59+
5460
- name: Configure ceilometer user and group on the host
5561
ansible.builtin.import_role:
5662
name: edpm_users

0 commit comments

Comments
 (0)