Skip to content

Commit 78b266c

Browse files
committed
rebase from oss upstream
1 parent f29191b commit 78b266c

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed

handlers/main.yml

+2
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
name: libvirtd
3131
state: started
3232
become: true
33+
listen:
34+
- restart libvirt
3335

3436
- name: reload libvirt qemu apparmor profile template
3537
ansible.builtin.command: apparmor_parser -r /etc/apparmor.d/libvirt/TEMPLATE.qemu
Binary file not shown.
Binary file not shown.

tasks/install-daemon.yml

-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
become: True
3333
when:
3434
- ansible_facts.os_family == "RedHat"
35-
- ansible_facts.distribution_major_version | int == 7
3635
- libvirt_host_qemu_emulators | length > 0
3736

3837
- name: Ensure QEMU emulator packages are installed

tasks/pools.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@
1818
loop: "{{ libvirt_host_pools | flatten(levels=1) }}"
1919
become: True
2020

21-
- name: include rbd.yml
22-
ansible.builtin.include_tasks:
21+
- ansible.builtin.include_tasks:
2322
file: rbd.yml
2423
apply:
2524
become: True

0 commit comments

Comments
 (0)