mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-06-11 02:25:36 +00:00
Fixup legacy var detector.
This commit is contained in:
parent
709ffda3d1
commit
add45d2ca9
2 changed files with 4 additions and 2 deletions
|
|
@ -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}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue