Skip to content
Snippets Groups Projects
Commit ecebcb87 authored by jacky06's avatar jacky06
Browse files

Fix the task name

remove the duplicated word "the"

Change-Id: I6e3fe6d8277c23b4ae04ba79c0b0f73e72c53661
parent bb287860
No related branches found
No related tags found
No related merge requests found
...@@ -67,7 +67,7 @@ ...@@ -67,7 +67,7 @@
states are: {{ deprovisionable_states | join(',') }}. states are: {{ deprovisionable_states | join(',') }}.
when: initial_provision_state not in deprovisionable_states when: initial_provision_state not in deprovisionable_states
- name: Ensure the the ironic node is deprovisioned - name: Ensure the ironic node is deprovisioned
command: > command: >
docker exec bifrost_deploy docker exec bifrost_deploy
bash -c '. env-vars && bash -c '. env-vars &&
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment