From dd19c9f737d8923de26e6e77b562ec91c01e51ec Mon Sep 17 00:00:00 2001 From: Daniel Tavernier <36065155+tabernarious@users.noreply.github.com> Date: Tue, 27 Oct 2020 14:50:49 -0500 Subject: [PATCH] Update playbooks_tags.rst (#72351) ##### SUMMARY Corrected the "Adding tags to blocks" example syntax. ##### ISSUE TYPE - Docs Pull Request +label: docsite_pr --- docs/docsite/rst/user_guide/playbooks_tags.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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