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:
Danny Meloy 2020-03-20 17:10:50 +00:00
parent 16fe0db40b
commit ff650e4ef8

View File

@ -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