mirror of
https://github.com/ansible/ansible.git
synced 2026-08-03 08:03:05 +02:00
Fix typo docs in playbooks_tags.rst (#80117)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user