We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eab2b68 commit 39787d9Copy full SHA for 39787d9
roles/edpm_telemetry/tasks/configure.yml
@@ -51,6 +51,12 @@
51
loop:
52
- {"src": "ceilometer-host-specific.conf.j2", "dest": "ceilometer-host-specific.conf"}
53
54
+- name: Ensure group libvirt always exists
55
+ become: true
56
+ ansible.builtin.group:
57
+ name: libvirt
58
+ state: present
59
+
60
- name: Configure ceilometer user and group on the host
61
ansible.builtin.import_role:
62
name: edpm_users
0 commit comments