Update intro_getting_started.rst (#74786)

Changed confusing wording.  People new to ansible, like myself, have a hard time grocking what is a playbook and what is a task.   I changed the name of the playbook to make it clearer.
pull/74876/head
file not found 3 years ago committed by GitHub
parent 80e7e1a17c
commit 81c770e44a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -108,7 +108,7 @@ In a directory of your choice you can create your first playbook in a file calle
.. code-block:: yaml
---
- name: My task
- name: My playbook
hosts: all
tasks:
- name: Leaving a mark
@ -125,7 +125,7 @@ and may see output like this:
.. code-block:: ansible-output
PLAY [My task] **************************************************************************************************************************
PLAY [My playbook] **********************************************************************************************************************
TASK [Gathering Facts] ******************************************************************************************************************
ok: [aserver.example.org]

Loading…
Cancel
Save