Updating roles
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user