corrected tags to be 2.0 compatible

pull/63/head
Brian Coca 9 years ago
parent 49708518fa
commit 934dd82f16
  1. 7
      language_features/tags.yml

@ -28,7 +28,7 @@
# if you specify 'foo' or if you specify 'extra'
- name: hi
tags: foo
tags: ['foo']
shell: echo "first task ran"
- name: example play two
@ -39,6 +39,7 @@
tags:
- bar
shell: echo "second task ran"
- include: tasks/base.yml tags=base
- include: tasks/base.yml
tags:
- base