khuedoan-homelab/metal/roles/shutdown/tasks/main.yml
2021-02-08 10:09:02 +07:00

9 lines
202 B
YAML

- name: Unconditionally shut down the machine with all defaults
community.general.shutdown:
delay: 0
- name: Wait for the machine to shutdown
wait_for:
timeout: 30
delegate_to: localhost