summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorMichael DeHaan <michael@ansibleworks.com>2013-05-05 13:36:56 -0400
committerMichael DeHaan <michael@ansibleworks.com>2013-05-05 13:36:56 -0400
commitbacb6644db732161e1629223d4a3eb494203ef54 (patch)
treecd45af97cf9e081898615c7fb79ef77dd3119170 /examples
parentca822045e2e8ee033d20123baab4f1cfa9df0aad (diff)
downloadansible-bacb6644db732161e1629223d4a3eb494203ef54.tar.gz
update group_by example
Diffstat (limited to 'examples')
-rw-r--r--examples/playbooks/group_by.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/playbooks/group_by.yml b/examples/playbooks/group_by.yml
index bc8548f2fc..f682f7c4e2 100644
--- a/examples/playbooks/group_by.yml
+++ b/examples/playbooks/group_by.yml
@@ -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.