issue #122: helper to print environment
parent
7d12154a92
commit
f8738f1c52
@ -0,0 +1,6 @@
|
||||
|
||||
- hosts: all
|
||||
tasks:
|
||||
- script: scripts/print_env.sh
|
||||
register: env
|
||||
- debug: msg={{env}}
|
@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
set
|
Loading…
Reference in New Issue