Skip to content

Instantly share code, notes, and snippets.

@zeitounator
Created August 17, 2020 15:06
Show Gist options
  • Save zeitounator/4890f2bb36501a8533fec3cee6849235 to your computer and use it in GitHub Desktop.
Save zeitounator/4890f2bb36501a8533fec3cee6849235 to your computer and use it in GitHub Desktop.
$ test1=toto
$ ansible localhost -m debug -a "msg='this is test1 env var on controller: "${test1}".'"
localhost | SUCCESS => {
"msg": "this is test1 env var on controller: toto."
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment