1
0
Fork 0
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:
Michael DeHaan 2012-02-28 22:10:58 -05:00
parent 0356925639
commit 442c2488ba

View file

@ -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