From b54aaf127d996d26342442361cf0fe3876e0061e Mon Sep 17 00:00:00 2001 From: Thomas Woerner Date: Thu, 6 Nov 2025 15:48:18 +0100 Subject: [PATCH] README-role.md: Fix typo in action description There was a typo in the description for action. --- README-role.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README-role.md b/README-role.md index 9d51ec00..351d2b03 100644 --- a/README-role.md +++ b/README-role.md @@ -256,7 +256,7 @@ Variable | Description | Required `hostgroup` | List of hostgroups to be assigned or not assigned to the role. | no `service` | List of services to be assigned or not assigned to the role. | no `sysaccount` | List of sysaccounts to be assigned or not assigned to the role. | no -`action` | Work on role or member level. It can be on of `member` or `role` and defaults to `role`. | no +`action` | Work on role or member level. It can be one of `member` or `role` and defaults to `role`. | no `state` | The state to ensure. It can be one of `present`, `absent`, default: `present`. | no