mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-07 14:03:01 +07:00
Fix wrong task name
This commit is contained in:
parent
1b062a04e3
commit
c3ff4e59c6
@ -1,8 +1,8 @@
|
||||
- name: Install OS on empty nodes
|
||||
- name: Shutdown the homelab
|
||||
hosts: metal
|
||||
gather_facts: no
|
||||
tasks:
|
||||
- name: Unconditionally shut down the machine with all defaults
|
||||
- name: Unconditionally shut down the machine
|
||||
community.general.shutdown:
|
||||
delay: 0
|
||||
ignore_unreachable: yes
|
||||
|
Loading…
Reference in New Issue
Block a user