Correct desired node state for enrollment
Accidently changed present to absent while testing and then committed the change. Setting the desired state back to present.
This commit is contained in:
parent
745e655849
commit
2bbc7ff097
@ -20,7 +20,7 @@
|
||||
driver: "agent_ipmitool"
|
||||
# UUID determination TBD for mass enrollment.
|
||||
uuid: "{{item.split(',')[9]}}"
|
||||
state: absent
|
||||
state: present
|
||||
nics:
|
||||
- mac: "{{item.split(',')[0]}}"
|
||||
properties:
|
||||
|
Loading…
Reference in New Issue
Block a user