Skip to content

Commit

Permalink
Fix typo in group_by module (ansible#41627)
Browse files Browse the repository at this point in the history
Fixes: ansible#31600

Signed-off-by: Abhijeet Kasurde <[email protected]>
  • Loading branch information
Akasurde authored Jun 18, 2018
1 parent dc7e50f commit fb7fdc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ansible/modules/inventory/group_by.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
- 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 }}
Expand Down

0 comments on commit fb7fdc5

Please sign in to comment.