mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
V2 fixing bugs
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
- debug: msg="this is the include, a=={{a}}"
|
||||
- debug: msg="this is the second debug in the include"
|
||||
- debug: msg="this is the third debug in the include, and a is still {{a}}"
|
||||
#- debug: msg="this is the second debug in the include"
|
||||
#- debug: msg="this is the third debug in the include, and a is still {{a}}"
|
||||
|
||||
|
||||
3
v2/samples/localhost_include.yml
Normal file
3
v2/samples/localhost_include.yml
Normal file
@@ -0,0 +1,3 @@
|
||||
- debug: msg="this is the localhost include"
|
||||
- include: common_include.yml
|
||||
|
||||
@@ -6,3 +6,8 @@
|
||||
- block:
|
||||
- block:
|
||||
- debug: msg="are we there yet?"
|
||||
always:
|
||||
- debug: msg="a random always block"
|
||||
- fail:
|
||||
rescue:
|
||||
- debug: msg="rescuing from the fail"
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
always:
|
||||
- include: include.yml a=always
|
||||
|
||||
handlers:
|
||||
#handlers:
|
||||
#- name: foo
|
||||
# include: include.yml a="this is a handler"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user