Prevent libvirtd reload when only generating config

When generating config, we do not want to restart any services.

TrivialFix

Change-Id: Ice13759c406ff7cec91c9d740b0e0c43eda99510
This commit is contained in:
Will Szumski 2023-03-09 16:10:42 +00:00
parent 21e2434b59
commit d3a1ecc688

View File

@ -133,6 +133,8 @@
service:
name: libvirtd
state: reloaded
when:
- kolla_action != "config"
- name: Restart nova-compute container
vars: