Updating roles

This commit is contained in:
2024-04-01 00:53:08 -05:00
parent 9aa0a89b79
commit 33cf371a0d
2 changed files with 10 additions and 3 deletions

View File

@@ -61,3 +61,11 @@
when: qemubr.changed or br0.changed
debug:
msg: You may need to restart VMs on the Node.
- name: Enable VMs
become: yes
with_items: "{{ active_vms }}"
service:
name: "{{ item }}-vm.service"
state: started
enabled: yes