Update roles/proxmox_upgrade/tasks/restore.yml
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
- name: "Restore | KVM | Migrate back to {{ current_node }}"
|
||||
community.proxmox.proxmox_kvm:
|
||||
api_host: "{{ api_host }}"
|
||||
api_user: "{{ api_user }}"
|
||||
api_token_id: "{{ api_token_id }}"
|
||||
api_token_secret: "{{ api_token_secret }}"
|
||||
api_port: "{{ api_port }}"
|
||||
@@ -41,3 +42,4 @@
|
||||
- name: "Restore | Complete"
|
||||
ansible.builtin.debug:
|
||||
msg: "All guests restored to {{ current_node }}"
|
||||
|
||||
Reference in New Issue
Block a user