Correct os_user_role parameter from group_name to group
Changed the parameter to the os_user_role module from incorrect 'group_name' to 'group' in line with the ansible docs: https://docs.ansible.com/ansible/latest/modules/os_user_role_module.html Change-Id: If2fced0fb579791f249c729d8aaeb5fb50e35620
This commit is contained in:
parent
16fe0db40b
commit
ff650e4ef8
@ -96,7 +96,7 @@
|
||||
os_user_role:
|
||||
cloud: default
|
||||
state: present
|
||||
group_name: "{{ item.group }}"
|
||||
group: "{{ item.group }}"
|
||||
project: "{{ item.project }}"
|
||||
role: "{{ item.role | default('_member_') }}"
|
||||
interface: admin
|
||||
|
Loading…
x
Reference in New Issue
Block a user