mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-28 03:00:23 -07:00
Best practices doc updates
This commit is contained in:
parent
a2915bff8d
commit
1c6b0f93f1
1 changed files with 1 additions and 1 deletions
|
@ -268,7 +268,7 @@ This makes a dynamic group of hosts matching certain criteria, even if that grou
|
||||||
|
|
||||||
- hosts: all
|
- hosts: all
|
||||||
tasks:
|
tasks:
|
||||||
- group_by key=${ansible_distribution}
|
- group_by: key=${ansible_distribution}
|
||||||
|
|
||||||
# now just on the CentOS hosts...
|
# now just on the CentOS hosts...
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue