Skip to content

Commit

Permalink
Remove FQCN from jsonfile plugin in tests (#46)
Browse files Browse the repository at this point in the history
Plugin is moving back into base
ansible/ansible#69337
  • Loading branch information
jillr authored May 5, 2020
1 parent 84e52e6 commit 0c476eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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 }}'
Expand Down

0 comments on commit 0c476eb

Please sign in to comment.