Skip to content

Commit

Permalink
Update module_utils paths to remove aws subdir (ansible-collections#23)
Browse files Browse the repository at this point in the history
Co-authored-by: Ezekiel Hendrickson <[email protected]>
  • Loading branch information
2 people authored and jillr committed Jun 16, 2020
1 parent 7908262 commit 3ebea98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/modules/ec2_instance.py
Original file line number Diff line number Diff line change
Expand Up @@ -816,7 +816,7 @@
camel_dict_to_snake_dict,
)

from ansible_collections.amazon.aws.plugins.module_utils.aws.core import AnsibleAWSModule
from ansible_collections.amazon.aws.plugins.module_utils.core import AnsibleAWSModule

module = None

Expand Down

0 comments on commit 3ebea98

Please sign in to comment.