issue #122: helper to print environment

This commit is contained in:
David Wilson 2018-03-11 03:11:57 +05:45
parent 7d12154a92
commit f8738f1c52
2 changed files with 8 additions and 0 deletions

View File

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

View File

@ -0,0 +1,2 @@
#!/bin/bash
set