Fix typo in group_by module (#41627)
Fixes: #31600 Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
parent
dc7e50fa90
commit
fb7fdc53ec
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ EXAMPLES = '''
|
|||
- group_by:
|
||||
key: machine_{{ ansible_machine }}
|
||||
|
||||
# Create groups like 'kvm-host'
|
||||
# Create groups like 'virt_kvm_host'
|
||||
- group_by:
|
||||
key: virt_{{ ansible_virtualization_type }}_{{ ansible_virtualization_role }}
|
||||
|
||||
|
|
Loading…
Reference in a new issue