mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-10 15:28:11 +07:00
9 lines
202 B
YAML
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
|