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@10853d9
  • Loading branch information
2 people authored and goneri committed Sep 21, 2022
1 parent b8bf908 commit 25d2333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/modules/route53_zone.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
'''

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

try:
from botocore.exceptions import BotoCoreError, ClientError
Expand Down

0 comments on commit 25d2333

Please sign in to comment.