example hosts should match play (#74959)
This commit is contained in:
parent
b0f62062d3
commit
3fa6e6d038
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ In the above example, if we had 6 hosts in the group 'webservers', Ansible would
|
||||||
TASK [second task] ***************************************
|
TASK [second task] ***************************************
|
||||||
changed: [web4]
|
changed: [web4]
|
||||||
changed: [web5]
|
changed: [web5]
|
||||||
changed: [web2]
|
changed: [web6]
|
||||||
|
|
||||||
PLAY RECAP ***********************************************
|
PLAY RECAP ***********************************************
|
||||||
web1 : ok=2 changed=2 unreachable=0 failed=0
|
web1 : ok=2 changed=2 unreachable=0 failed=0
|
||||||
|
|
Loading…
Reference in a new issue