fix destroying virbr0

This commit is contained in:
m0duspwnens
2024-12-19 10:11:54 -05:00
parent 5e4f1fc279
commit b24aa2f797

View File

@@ -84,7 +84,7 @@ disable_default_bridge:
- require: - require:
- pkg: install_libvirt-client - pkg: install_libvirt-client
- onlyif: - onlyif:
- virsh net-info | grep default - virsh net-list | grep default
# this should only run during the first highstate after setup. it will transfer connection from mgmt to br0 # this should only run during the first highstate after setup. it will transfer connection from mgmt to br0
down_original_mgmt_interface: down_original_mgmt_interface: