mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
Fix metadata handling for shell command. (#22801)
This commit is contained in:
@@ -451,6 +451,7 @@ def filter_options(args, argv, options, exclude, require):
|
|||||||
yield '--require'
|
yield '--require'
|
||||||
yield target
|
yield target
|
||||||
|
|
||||||
if args.metadata_path:
|
if isinstance(args, TestConfig):
|
||||||
yield '--metadata'
|
if args.metadata_path:
|
||||||
yield args.metadata_path
|
yield '--metadata'
|
||||||
|
yield args.metadata_path
|
||||||
|
|||||||
Reference in New Issue
Block a user