Unquote params passed to an include statement

Fixes #8315
This commit is contained in:
James Cammarata
2014-07-28 16:34:59 -05:00
parent 106f4ccc01
commit 6e814566de
2 changed files with 5 additions and 0 deletions

View File

@@ -121,3 +121,7 @@
include: test_include.yml param={{ test_input }}
register: result
- name: test includes with quoted params
include: test_include.yml param="this is a param"
register: result