add extra_vars

This commit is contained in:
Chris Hammer
2022-02-10 14:17:31 -05:00
parent 55c78b05e1
commit 4a71792aed

View File

@ -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: