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

Merge pull request #13367 from leedm777/patch-1

Corrected group separator
This commit is contained in:
James Cammarata 2015-12-01 10:48:08 -05:00
commit d1b5653b53

View file

@ -31,7 +31,7 @@ It is also possible to address a specific host or set of hosts by name::
192.168.1.50 192.168.1.50
192.168.1.* 192.168.1.*
The following patterns address one or more groups. Groups separated by a comma indicate an "OR" configuration. The following patterns address one or more groups. Groups separated by a colon indicate an "OR" configuration.
This means the host may be in either one group or the other:: This means the host may be in either one group or the other::
webservers webservers