add extra_vars
This commit is contained in:
@ -69,7 +69,12 @@
|
|||||||
return_content : no
|
return_content : no
|
||||||
validate_certs : no
|
validate_certs : no
|
||||||
body:
|
body:
|
||||||
trigger: me
|
extra_vars:
|
||||||
|
host : "{{ inventory_hostname }}"
|
||||||
|
rc : "{{ r_check_file.rc }}"
|
||||||
|
stdout : "{{ r_check_file.stdout }}"
|
||||||
|
stderr : "{{ r_check_file.stderr }}"
|
||||||
|
msg : "{{ r_check_file.msg }}"
|
||||||
|
|
||||||
|
|
||||||
always:
|
always:
|
||||||
|
Reference in New Issue
Block a user