Problem with ansible variables

Hello,

I have this small playbook and t doesn’t convert veriables:

it is substituting but I'm guessing more than you want.

try:

environment:
  MODULE: "{{MODULE.stdout}}"

also "shell: echo" will not display any output to your screen, you
might want to register it and use debug module to display.

Thanks Brian,

It worked!