Fix wrong task name

This commit is contained in:
Khue Doan 2021-06-08 19:00:56 +07:00
parent 1b062a04e3
commit c3ff4e59c6

View File

@ -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