Skip to content
Snippets Groups Projects
Commit 10bc3443 authored by Jeffrey Zhang's avatar Jeffrey Zhang
Browse files

Fix wrong module argument name for kolla_toolbox

should be module_extra_vars rather than module_extra_args.

Change-Id: I31479d54526cba1ae408126bae3cec06fb52deb8
Closes-Bug: #1666026
parent 55d23e13
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
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