add extra_vars
This commit is contained in:
@ -69,7 +69,12 @@
|
||||
return_content : no
|
||||
validate_certs : no
|
||||
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:
|
||||
|
Reference in New Issue
Block a user