From 1de4e88de0f697db513d7aefc03806ee4317620c Mon Sep 17 00:00:00 2001
From: Mark Goddard <mark@stackhpc.com>
Date: Mon, 14 Aug 2017 18:47:04 +0100
Subject: [PATCH] Fix syntax for inclusion of openstackclient role

---
 ansible/overcloud-introspection-rules.yml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/ansible/overcloud-introspection-rules.yml b/ansible/overcloud-introspection-rules.yml
index 7807dd8f4..6c07bef84 100644
--- a/ansible/overcloud-introspection-rules.yml
+++ b/ansible/overcloud-introspection-rules.yml
@@ -18,8 +18,10 @@
       tags:
         - config-validation
 
-    - include_role: stackhpc.os-openstackclient
-      os_openstackclient_venv: "{{ venv }}"
+    - name: Ensure the openstack client is installed
+      include_role:
+        name: stackhpc.os-openstackclient
+        os_openstackclient_venv: "{{ venv }}"
 
     - name: Retrieve the IPA kernel Glance image UUID
       shell: >