Do not adjust libvirtd sysconfig for centos-9

Centos-9 no longer ships this file so skip adjusting it [1]. The
file should not exist on Centos-9 systems where OSA is used.

If this file is created by a deployer it will potentially
interfere with the operation of libvirt and other configuration
made by openstack-ansible.

[1] https://bugzilla.redhat.com/show_bug.cgi?id=2042529

Change-Id: Ieeba7fb803e151a9e6d0adac3d1512aef3785e9a
This commit is contained in:
Jonathan Rosser 2022-05-16 10:55:52 +01:00
parent 7a4a35fa7d
commit f5800a48dc
1 changed files with 1 additions and 0 deletions

View File

@ -115,6 +115,7 @@
backup: "yes"
when:
- ansible_facts['pkg_mgr'] == 'dnf'
- ansible_facts['distribution_version'] is version('9', '<')
notify: Restart libvirt-bin
tags:
- nova-config