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:
7
shutdown.yaml
Normal file
7
shutdown.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
- name: Shutdown all machines
|
||||
hosts: all
|
||||
|
||||
tasks:
|
||||
- name: Shutting down
|
||||
community.general.shutdown:
|
||||
Reference in New Issue
Block a user