Update link target
This commit is contained in:
parent
0ad4ba5fe5
commit
b6d5c6888b
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ Each playbook is composed of one or more 'plays' in a list.
|
||||||
|
|
||||||
The goal of a play is to map a group of hosts to some well defined roles, represented by
|
The goal of a play is to map a group of hosts to some well defined roles, represented by
|
||||||
things ansible calls tasks. At a basic level, a task is nothing more than a call
|
things ansible calls tasks. At a basic level, a task is nothing more than a call
|
||||||
to an ansible module (see :doc:`Modules`).
|
to an ansible module (see :doc:`modules`).
|
||||||
|
|
||||||
By composing a playbook of multiple 'plays', it is possible to
|
By composing a playbook of multiple 'plays', it is possible to
|
||||||
orchestrate multi-machine deployments, running certain steps on all
|
orchestrate multi-machine deployments, running certain steps on all
|
||||||
|
|
Loading…
Reference in a new issue