mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Minor playbook doc updates
This commit is contained in:
parent
0356925639
commit
442c2488ba
1 changed files with 2 additions and 3 deletions
|
@ -14,7 +14,7 @@ ansible-playbook - format and function of an ansible playbook file
|
||||||
DESCRIPTION
|
DESCRIPTION
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
Ansible ships with a ansible-playbook tool for running playbooks.
|
Ansible ships with 'ansible-playbook', a tool for running playbooks.
|
||||||
Playbooks can represent frequent tasks, desired system configurations,
|
Playbooks can represent frequent tasks, desired system configurations,
|
||||||
or deployment processes.
|
or deployment processes.
|
||||||
|
|
||||||
|
@ -22,8 +22,7 @@ or deployment processes.
|
||||||
FORMAT
|
FORMAT
|
||||||
------
|
------
|
||||||
|
|
||||||
Playbooks are currently writeable in YAML. Other formats (JSON?) may
|
Playbooks are written in YAML.
|
||||||
be supported in the future.
|
|
||||||
|
|
||||||
|
|
||||||
EXAMPLE
|
EXAMPLE
|
||||||
|
|
Loading…
Reference in a new issue