Skip to content

Commit

Permalink
update group_by example
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael DeHaan committed May 5, 2013
1 parent ca82204 commit bacb664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/playbooks/group_by.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
tasks:

- name: Create a group of all hosts by operating system
action: group_by key=${ansible_distribution}-${ansible_distribution_version}
action: group_by key={{ansible_distribution}}-{{ansible_distribution_version}}

# the following host group does not exist in inventory and was created by the group_by
# module.
Expand Down

0 comments on commit bacb664

Please sign in to comment.