1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Best practices doc updates

This commit is contained in:
Michael DeHaan 2013-02-23 13:17:15 -05:00
parent a2915bff8d
commit 1c6b0f93f1

View file

@ -268,7 +268,7 @@ This makes a dynamic group of hosts matching certain criteria, even if that grou
- hosts: all
tasks:
- group_by key=${ansible_distribution}
- group_by: key=${ansible_distribution}
# now just on the CentOS hosts...