1
0
mirror of https://github.com/gjkcz/ansible-void.git synced 2025-11-30 22:00:27 +01:00

Fix naming of shutdown.yaml

This commit is contained in:
Emil Miler
2023-09-05 21:15:58 +02:00
committed by GitHub
parent dfef34e19d
commit 943c965f1d

7
shutdown.yaml Normal file
View File

@@ -0,0 +1,7 @@
---
- name: Shutdown all machines
hosts: all
tasks:
- name: Shutting down
community.general.shutdown: