Use ansible handlers properly
Infrastructure / Check and run Ansbile playbooks (pull_request) Successful in 1m59s Details

This commit is contained in:
Gleb Koval 2024-03-30 00:22:43 +00:00
parent 22b5241751
commit c10e029422
Signed by: cyclane
GPG Key ID: 15E168A8B332382C
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