Skip to content

Instantly share code, notes, and snippets.

@alvin4frnds
Last active June 28, 2018 14:10
Show Gist options
  • Save alvin4frnds/0bafc66ffa3247d9620e53ee71c16106 to your computer and use it in GitHub Desktop.
Save alvin4frnds/0bafc66ffa3247d9620e53ee71c16106 to your computer and use it in GitHub Desktop.
---
- name: Print to stdout
hosts: all
tasks:
- command: echo "hello {{ yourName }}, i am {{ 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