Skip to content
Commit a649a8df authored by Denis Karpelevich's avatar Denis Karpelevich
Browse files

[RFE] Allow multiple groups creation.



Adding an option `groups` to create multiple groups in one operation.
Adding tests (present/absent/external/nonposix) with server and
client context.
Simple example of `groups` option:
```
tasks:
- name: Ensure 2 groups are present
  ipagroup:
    ipaadmin_password: SomeADMINpassword
    groups:
    - name: group1
    - name: group2
```

Signed-off-by: default avatarDenis Karpelevich <dkarpele@redhat.com>
parent 24e05d1d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment