Fix typo docs in playbooks_tags.rst (#80117)

This commit is contained in:
Nicolas P
2023-03-02 13:32:22 -05:00
committed by GitHub
parent 352010f9c3
commit c8f740cfee
@@ -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