mirror of https://github.com/ansible/ansible.git
Merge pull request #2620 from willthames/shlex_split_bug
Test case and fix for shlex.split unicode bugpull/2622/head
commit
586ee923a6
@ -0,0 +1,2 @@
|
||||
---
|
||||
- action: debug msg="$internal"
|
@ -0,0 +1,9 @@
|
||||
---
|
||||
- hosts: all
|
||||
connection: local
|
||||
gather_facts: no
|
||||
vars:
|
||||
- internal: xyz
|
||||
|
||||
tasks:
|
||||
- include: task-included.yml internal=$internal
|
Loading…
Reference in New Issue