Skip to content

Commit 230bb28

Browse files
committed
chore(examples/config/include_url): Add example Gobblefile with include_plays_before,include_plays_after with URL source
1 parent 1657d52 commit 230bb28

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
meta:
2+
schema_version: 3
3+
hosts:
4+
localhost:
5+
- ssh_target: 127.0.0.1
6+
include_plays_before:
7+
- source: https://raw.githubusercontent.com/sikalabs/gobble/master/examples/config/include_url/plays.before.yml
8+
include_plays_after:
9+
- source: https://raw.githubusercontent.com/sikalabs/gobble/master/examples/config/include_url/plays.after.yml
10+
plays:
11+
- name: This Gobblefile URL
12+
hosts: [localhost]
13+
tasks:
14+
- name: This Gobblefile URL
15+
print:
16+
template: This Gobble URL

0 commit comments

Comments
 (0)