Skip to content
This repository was archived by the owner on May 27, 2024. It is now read-only.

Commit 934dd82

Browse files
committed
corrected tags to be 2.0 compatible
1 parent 4970851 commit 934dd82

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Diff for: language_features/tags.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
# if you specify 'foo' or if you specify 'extra'
2929

3030
- name: hi
31-
tags: foo
31+
tags: ['foo']
3232
shell: echo "first task ran"
3333

3434
- name: example play two
@@ -37,8 +37,9 @@
3737
tasks:
3838
- name: hi
3939
tags:
40-
- bar
40+
- bar
4141
shell: echo "second task ran"
42-
- include: tasks/base.yml tags=base
43-
42+
- include: tasks/base.yml
43+
tags:
44+
- base
4445

0 commit comments

Comments
 (0)