From ad8d68b927424d332e87042a6a0fece86e8dea9e Mon Sep 17 00:00:00 2001 From: Julia Kreger Date: Thu, 6 Oct 2016 19:34:19 +0000 Subject: [PATCH] Update the task label for inspection The task label, indicating noauth mode, is no longer correct and needs to be fixed. Change-Id: I0b50e1a3d962511f2ca6458f09d64bcad04c4033 --- playbooks/roles/ironic-inspect-node/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/roles/ironic-inspect-node/tasks/main.yml b/playbooks/roles/ironic-inspect-node/tasks/main.yml index 038acdb27..e98ee215e 100644 --- a/playbooks/roles/ironic-inspect-node/tasks/main.yml +++ b/playbooks/roles/ironic-inspect-node/tasks/main.yml @@ -32,7 +32,7 @@ when: auth is undefined no_log: yes -- name: "Execute node introspection - NoAuth Mode" +- name: "Execute node introspection" os_ironic_inspect: cloud: "{{ cloud_name | default(omit) }}" auth_type: "{{ auth_type | default(omit) }}"