From fdfd1cad05820d056fb3833433618bc79253afc5 Mon Sep 17 00:00:00 2001 From: chris Date: Tue, 2 May 2023 14:36:38 -0400 Subject: [PATCH] Update 'test.yml' --- test.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test.yml b/test.yml index 50ab6d5..a7b3c0c 100644 --- a/test.yml +++ b/test.yml @@ -26,4 +26,9 @@ msg: "{{ r_cmd_1.stdout | default('plop plop plop') }}" + - name: Show the env variable for callback plugins + debug: + msg: "{{ lookup('env', 'ANSIBLE_CALLBACKS_ENABLED') }}" + + ...