diff --git a/file-test.yml b/file-test.yml index ac2863a..e624c4a 100644 --- a/file-test.yml +++ b/file-test.yml @@ -15,7 +15,7 @@ rescue: - - name: Exception caught! + - name: Exception caught debug: msg: - "host : {{ inventory_hostname }}" @@ -27,11 +27,7 @@ always: - name: Job complete debug: - msg: - - "host : {{ inventory_hostname }}" - - "rc : {{ r_check_file.rc }}" - - "stdout : {{ r_check_file.stdout }}" - - "stderr : {{ r_check_file.stderr }}" + msg: "Job has completed." ...