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]>

This commit was initially merged in https://github.com/ansible-collections/community.aws
See: ansible-collections/community.aws@10853d9
  • Loading branch information
2 people authored and github-actions[bot] committed Oct 27, 2023
1 parent a6884b5 commit e40aadc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/modules/ec2_ami_copy.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
sample: ami-e689729e
'''

from ansible_collections.amazon.aws.plugins.module_utils.aws.core import AnsibleAWSModule
from ansible_collections.amazon.aws.plugins.module_utils.core import AnsibleAWSModule
from ansible_collections.amazon.aws.plugins.module_utils.ec2 import camel_dict_to_snake_dict, ansible_dict_to_boto3_tag_list
from ansible.module_utils._text import to_native

Expand Down

0 comments on commit e40aadc

Please sign in to comment.