From 10bc34430861ceb778bb165d0872d1334df5ce54 Mon Sep 17 00:00:00 2001
From: Jeffrey Zhang <zhang.lei.fly@gmail.com>
Date: Mon, 20 Feb 2017 00:10:25 +0800
Subject: [PATCH] Fix wrong module argument name for kolla_toolbox

should be module_extra_vars rather than module_extra_args.

Change-Id: I31479d54526cba1ae408126bae3cec06fb52deb8
Closes-Bug: #1666026
---
 ansible/roles/ceph/tasks/start_rgw_keystone.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ansible/roles/ceph/tasks/start_rgw_keystone.yml b/ansible/roles/ceph/tasks/start_rgw_keystone.yml
index 7560d2fe1e..5409644a19 100644
--- a/ansible/roles/ceph/tasks/start_rgw_keystone.yml
+++ b/ansible/roles/ceph/tasks/start_rgw_keystone.yml
@@ -15,7 +15,7 @@
       interface: "{{ item.interface }}"
       region_name: "{{ openstack_region_name }}"
       auth: "{{ '{{ openstack_swift_auth }}' }}"
-    module_extra_args:
+    module_extra_vars:
       openstack_swift_auth: "{{ openstack_swift_auth }}"
   run_once: True
   with_items:
-- 
GitLab