Skip to content
Snippets Groups Projects
Commit 80bcaf10 authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Fix wrong module argument name for kolla_toolbox"

parents 504adc36 10bc3443
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
interface: "{{ item.interface }}" interface: "{{ item.interface }}"
region_name: "{{ openstack_region_name }}" region_name: "{{ openstack_region_name }}"
auth: "{{ '{{ openstack_swift_auth }}' }}" auth: "{{ '{{ openstack_swift_auth }}' }}"
module_extra_args: module_extra_vars:
openstack_swift_auth: "{{ openstack_swift_auth }}" openstack_swift_auth: "{{ openstack_swift_auth }}"
run_once: True run_once: True
with_items: 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