use correct attribute name
This commit is contained in:
parent
67d4973edd
commit
99d62ef1c1
1 changed files with 1 additions and 1 deletions
|
@ -546,7 +546,7 @@
|
||||||
|
|
||||||
- name: Assign users to coprdev as secondary tentant
|
- name: Assign users to coprdev as secondary tentant
|
||||||
keystone_user:
|
keystone_user:
|
||||||
auth_url="https://{{controller_hostname}}:35357/v2.0"
|
endpoint="https://{{controller_hostname}}:35357/v2.0"
|
||||||
login_user="admin" login_password="{{ ADMIN_PASS }}"
|
login_user="admin" login_password="{{ ADMIN_PASS }}"
|
||||||
role=coprdev user={{ item }} tenant=coprdev
|
role=coprdev user={{ item }} tenant=coprdev
|
||||||
with_items:
|
with_items:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue