Fixup legacy var detector.

This commit is contained in:
Michael DeHaan 2013-10-11 19:16:36 -04:00
parent 709ffda3d1
commit add45d2ca9
2 changed files with 4 additions and 2 deletions

View file

@ -25,7 +25,7 @@
action: command true
- name: test basic shell, plus two ways to dereference a variable
action: shell echo $HOME {{port}}
action: shell echo {{HOME}} {{port}}
- name: test vars_files imports
action: shell echo {{duck}} {{cow}} {{testing}}