Skip to content

Instantly share code, notes, and snippets.

@bcoca
Created September 28, 2017 15:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bcoca/a9d373c2520dbf03bfbb07aa5aaa2719 to your computer and use it in GitHub Desktop.
Save bcoca/a9d373c2520dbf03bfbb07aa5aaa2719 to your computer and use it in GitHub Desktop.
- hosts: localhost
gather_facts: False
vars:
test: &test helo
tasks:
- debug: var=test1
vars:
test1: *test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment