Fix typo docs in playbooks_tags.rst (#80117)

pull/80122/head
Nicolas P 2 years ago committed by GitHub
parent 352010f9c3
commit c8f740cfee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -257,7 +257,7 @@ If you want tag inheritance, you probably want to use imports. However, using bo
.. code-block:: yaml
- name: Apply the db tag to the include and to all tasks in db.yaml
- name: Apply the db tag to the include and to all tasks in db.yml
include_tasks:
file: db.yml
# adds 'db' tag to tasks within db.yml

Loading…
Cancel
Save