Update 'test.yml'

This commit is contained in:
Chris Hammer 2023-05-02 14:36:38 -04:00
parent 487625ed78
commit fdfd1cad05

View File

@ -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') }}"
...