mirror of
https://github.com/ansible/ansible.git
synced 2026-08-04 08:03:41 +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
|
.. 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:
|
include_tasks:
|
||||||
file: db.yml
|
file: db.yml
|
||||||
# adds 'db' tag to tasks within db.yml
|
# adds 'db' tag to tasks within db.yml
|
||||||
|
|||||||
Reference in New Issue
Block a user