Skip to content

Commit

Permalink
rebase from oss upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
Tcharl committed May 19, 2022
1 parent f29191b commit 78b266c
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 2 additions & 0 deletions handlers/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@
name: libvirtd
state: started
become: true
listen:
- restart libvirt

- name: reload libvirt qemu apparmor profile template
ansible.builtin.command: apparmor_parser -r /etc/apparmor.d/libvirt/TEMPLATE.qemu
Expand Down
Binary file not shown.
Binary file not shown.
1 change: 0 additions & 1 deletion tasks/install-daemon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
become: True
when:
- ansible_facts.os_family == "RedHat"
- ansible_facts.distribution_major_version | int == 7
- libvirt_host_qemu_emulators | length > 0

- name: Ensure QEMU emulator packages are installed
Expand Down
3 changes: 1 addition & 2 deletions tasks/pools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
loop: "{{ libvirt_host_pools | flatten(levels=1) }}"
become: True

- name: include rbd.yml
ansible.builtin.include_tasks:
- ansible.builtin.include_tasks:
file: rbd.yml
apply:
become: True
Expand Down

0 comments on commit 78b266c

Please sign in to comment.