From 087b5b9b6681d69b5a9eef17b956f8009e32bc8a Mon Sep 17 00:00:00 2001 From: Mark Chappell Date: Fri, 22 Apr 2022 12:20:04 +0200 Subject: [PATCH] For consistency - add empty dependencies file to targets with no current meta data (#1090) For consistency - add empty dependencies file to targets with no current meta data SUMMARY For consistency - add empty dependencies file to targets with no current meta data ISSUE TYPE Feature Pull Request COMPONENT NAME tests/integration/targets ADDITIONAL INFORMATION Reviewed-by: Alina Buzachis This commit was initially merged in https://github.com/ansible-collections/community.aws See: https://github.com/ansible-collections/community.aws/commit/96385803df04cfa34c62d1ab19be21b12f593af6 --- tests/integration/targets/ec2_vpc_vpn_info/meta/main.yml | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests/integration/targets/ec2_vpc_vpn_info/meta/main.yml diff --git a/tests/integration/targets/ec2_vpc_vpn_info/meta/main.yml b/tests/integration/targets/ec2_vpc_vpn_info/meta/main.yml new file mode 100644 index 00000000000..32cf5dda7ed --- /dev/null +++ b/tests/integration/targets/ec2_vpc_vpn_info/meta/main.yml @@ -0,0 +1 @@ +dependencies: []