issue #122: helper to print environment

pull/107/head^2
David Wilson 7 years ago
parent f0ac5a81d6
commit 382a95fb2d

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