Update playbooks_tags.rst (#72351)

##### SUMMARY
Corrected the "Adding tags to blocks" example syntax. 


##### ISSUE TYPE
- Docs Pull Request

+label: docsite_pr
This commit is contained in:
Daniel Tavernier 2020-10-27 14:50:49 -05:00 committed by GitHub
parent c51438312a
commit dd19c9f737
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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