Skip to content

Commit 1657d52

Browse files
committed
chore(examples/config/include_url): Add play files for URL source test
1 parent f3ade6f commit 1657d52

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
- name: Plays After URL
2+
hosts: [localhost]
3+
tasks:
4+
- name: Plays After URL
5+
print:
6+
template: Plays After URL
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
- name: Plays Before URL
2+
hosts: [localhost]
3+
tasks:
4+
- name: Plays Before URL
5+
print:
6+
template: Plays Before URL

0 commit comments

Comments
 (0)