khuedoan-homelab/metal/roles/shutdown/tasks/main.yml

9 lines
202 B
YAML
Raw Normal View History

2021-02-07 02:37:41 +07:00
- name: Unconditionally shut down the machine with all defaults
community.general.shutdown:
delay: 0
2021-02-08 10:09:02 +07:00
- name: Wait for the machine to shutdown
wait_for:
timeout: 30
delegate_to: localhost