Skip to content

Commit

Permalink
fix: update README with missing var
Browse files Browse the repository at this point in the history
  • Loading branch information
tfindley committed Dec 9, 2024
1 parent aa66e1b commit 593c965
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@ This role has no requirements beyond that of Ansible

## Role Variables

**localusergroup_users** - list of dictionaries containing the following

| field | type | required | default value | example | description |
| -------- | ------ | -------- | ------------- | ---------------- | ----------- |
| username | string | true | | present / absent | |
| state | string | true | | | |
| username | string | true | | | |
| state | string | true | | present / absent | |
| fname | string | true | | | |
| sname | string | true | | | |
| email | string | true | | | |
Expand All @@ -20,6 +22,14 @@ This role has no requirements beyond that of Ansible
| groups | list | false | | | |
| sshkeys | list | false | | | |

**localusergroup_groups** - list of dictionaries containing the following

| field | type | required | default value | example | description |
| -------- | ------ | -------- | ------------- | ---------------- | ----------- |
| name | string | true | | | |
| state | string | true | | present / absent | |


## Dependencies

A list of other roles hosted on Galaxy should go here, plus any details in regards to parameters that may need to be set for other roles, or variables that are used from other roles.
Expand Down

0 comments on commit 593c965

Please sign in to comment.