Skip to content
Snippets Groups Projects
Unverified Commit 63924dd6 authored by Thomas Woerner's avatar Thomas Woerner Committed by GitHub
Browse files

Update README-user.md

Add missing information about action variable.
parent d7a109b7
Branches
Tags
No related merge requests found
...@@ -315,6 +315,7 @@ Variable | Description | Required ...@@ -315,6 +315,7 @@ Variable | Description | Required
`preserve` | Delete a user, keeping the entry available for future use. (bool) | no `preserve` | Delete a user, keeping the entry available for future use. (bool) | no
`update_password` | Set password for a user in present state only on creation or always. It can be one of `always` or `on_create` and defaults to `always`. | no `update_password` | Set password for a user in present state only on creation or always. It can be one of `always` or `on_create` and defaults to `always`. | no
`preserve` | Delete a user, keeping the entry available for future use. (bool) | no `preserve` | Delete a user, keeping the entry available for future use. (bool) | no
`action` | Work on user or member level. It can be on of `member` or `user` and defaults to `user`. | no
`state` | The state to ensure. It can be one of `present`, `absent`, `enabled`, `disabled`, `unlocked` or `undeleted`, default: `present`. Only `names` or `users` with only `name` set are allowed if state is not `present`. | yes `state` | The state to ensure. It can be one of `present`, `absent`, `enabled`, `disabled`, `unlocked` or `undeleted`, default: `present`. Only `names` or `users` with only `name` set are allowed if state is not `present`. | yes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment