Fix #53: Incorrect usage of Ansible handlers #54

Merged
cyclane merged 1 commits from fix-53 into main 2024-03-30 00:23:14 +00:00
1 changed files with 2 additions and 1 deletions

View File

@ -36,7 +36,8 @@
community.general.proxmox_kvm:
clone: "{{ node }}-debian-12"
storage: nvme
notify: Initial boot
notify:
- Initial boot
- name: Wait for status
community.general.proxmox_kvm:
state: current