mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 00:03:10 +00:00
Fix typo in group_by module (#41627)
Fixes: #31600 Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
@@ -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 }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user