diff --git a/docs/docsite/rst/user_guide/playbooks_tags.rst b/docs/docsite/rst/user_guide/playbooks_tags.rst index 93c266365b2..3929109a2f3 100644 --- a/docs/docsite/rst/user_guide/playbooks_tags.rst +++ b/docs/docsite/rst/user_guide/playbooks_tags.rst @@ -129,8 +129,9 @@ If you want to apply a tag to many, but not all, of the tasks in your play, use # myrole/tasks/main.yml tasks: - - block: + - name: ntp tasks tags: ntp + block: - name: Install ntp ansible.builtin.yum: name: ntp