mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-07-30 11:24:50 +00:00
README-group.md: Add missing ":" in multi rename example
The name tag in the multi rename example is was missing a ":".
This commit is contained in:
@@ -158,7 +158,7 @@ Several groups can also be renamed with a single task, as in the example playboo
|
|||||||
gather_facts: false
|
gather_facts: false
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- name Rename group1 to newgroup1 and group2 to newgroup2
|
- name: Rename group1 to newgroup1 and group2 to newgroup2
|
||||||
ipagroup:
|
ipagroup:
|
||||||
ipaadmin_password: SomeADMINpassword
|
ipaadmin_password: SomeADMINpassword
|
||||||
groups:
|
groups:
|
||||||
|
|||||||
Reference in New Issue
Block a user