mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-26 22:51:23 -07:00
Fix metadata handling for shell command. (#22801)
This commit is contained in:
parent
6804d69557
commit
042e387f27
1 changed files with 4 additions and 3 deletions
|
@ -451,6 +451,7 @@ def filter_options(args, argv, options, exclude, require):
|
||||||
yield '--require'
|
yield '--require'
|
||||||
yield target
|
yield target
|
||||||
|
|
||||||
|
if isinstance(args, TestConfig):
|
||||||
if args.metadata_path:
|
if args.metadata_path:
|
||||||
yield '--metadata'
|
yield '--metadata'
|
||||||
yield args.metadata_path
|
yield args.metadata_path
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue