iparole: Add 'new_name' as an alias to 'rename'.

Modules that support `state: renamed` have `new_name` as an alias
for the `rename` variable. This patch makes iparole consistent with
other modules.
This commit is contained in:
Rafael Guterres Jeffman
2021-07-16 10:07:30 -03:00
parent ae2830319f
commit 9e69cec13a
2 changed files with 4 additions and 3 deletions

View File

@@ -247,7 +247,7 @@ Variable | Description | Required
`ipaadmin_password` | The admin password is a string and is required if there is no admin ticket available on the node | no
`name` \| `cn` | The list of role name strings. | yes
`description` | A description for the role. | no
`rename` | Rename the role object. | no
`rename` \| `new_name` | Rename the role object. | no
`privilege` | Privileges associated to this role. | no
`user` | List of users to be assigned or not assigned to the role. | no
`group` | List of groups to be assigned or not assigned to the role. | no