mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
parent
a8c2d6acd5
commit
6eac47e519
1 changed files with 1 additions and 1 deletions
|
@ -524,7 +524,7 @@ class Play(object):
|
|||
task_vars['_original_file'] = original_file
|
||||
|
||||
if 'include' in x:
|
||||
tokens = shlex.split(str(x['include']))
|
||||
tokens = utils.splitter.split_args(str(x['include']))
|
||||
included_additional_conditions = list(additional_conditions)
|
||||
include_vars = {}
|
||||
for k in x:
|
||||
|
|
Loading…
Reference in a new issue