mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
parent
106f4ccc01
commit
6e814566de
2 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue