Last active
June 28, 2018 14:10
-
-
Save alvin4frnds/0bafc66ffa3247d9620e53ee71c16106 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
- 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