issue #122: helper to print environment

wip-fakessh-exit-status
David Wilson 6 years ago
parent 7d12154a92
commit f8738f1c52

@ -0,0 +1,6 @@
- hosts: all
tasks:
- script: scripts/print_env.sh
register: env
- debug: msg={{env}}
Loading…
Cancel
Save