Skip to content

Instantly share code, notes, and snippets.

@alvin4frnds
Last active June 28, 2018 14:43
Show Gist options
  • Save alvin4frnds/6f0cf69a7e6d59fa9629cfdc8229eedc to your computer and use it in GitHub Desktop.
Save alvin4frnds/6f0cf69a7e6d59fa9629cfdc8229eedc to your computer and use it in GitHub Desktop.
---
- name: Print to stdout
hosts: all
tasks:
- command: echo "hello {{ myName }}"
register: hello
- debug: msg="{{ hello.stdout }}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment