Commit a5e4567c by Michael DeHaan

Remove legacy variable usage.

parent 1ff8c78f
...@@ -19,7 +19,7 @@ notes: ...@@ -19,7 +19,7 @@ notes:
EXAMPLES = ''' EXAMPLES = '''
# Create groups based on the machine architecture # Create groups based on the machine architecture
- group_by: key=${ansible_machine} - group_by: key=machine_{{ ansible_machine }}
# Create groups like 'kvm-host' # Create groups like 'kvm-host'
- group_by: key=${ansible_virtualization_type}-${ansible_virtualization_role} - group_by: key=virt_{{ ansible_virtualization_type }}_{{ ansible_virtualization_role }}
''' '''
Markdown is supported
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