From 0c476eb7c9ab9dbacb5c55e24cebf689cba2c745 Mon Sep 17 00:00:00 2001 From: Jill R <4121322+jillr@users.noreply.github.com> Date: Tue, 5 May 2020 16:14:37 -0700 Subject: [PATCH] Remove FQCN from jsonfile plugin in tests (#46) Plugin is moving back into base https://github.com/ansible/ansible/pull/69337 --- .../inventory_aws_ec2/templates/inventory_with_cache.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/targets/inventory_aws_ec2/templates/inventory_with_cache.yml b/tests/integration/targets/inventory_aws_ec2/templates/inventory_with_cache.yml index 93ff9ead285..01362b2096c 100644 --- a/tests/integration/targets/inventory_aws_ec2/templates/inventory_with_cache.yml +++ b/tests/integration/targets/inventory_aws_ec2/templates/inventory_with_cache.yml @@ -1,6 +1,6 @@ plugin: amazon.aws.aws_ec2 cache: True -cache_plugin: community.general.jsonfile +cache_plugin: jsonfile cache_connection: aws_ec2_cache_dir aws_access_key_id: '{{ aws_access_key }}' aws_secret_access_key: '{{ aws_secret_key }}'