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 alinabuzachis committed Oct 23, 2024
1 parent 556cf19 commit 361c705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/modules/ec2_vpc_peer.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@

from ansible.module_utils.basic import AnsibleModule
from ansible_collections.amazon.aws.plugins.module_utils.ec2 import boto3_conn, ec2_argument_spec, get_aws_connection_info, HAS_BOTO3
from ansible_collections.amazon.aws.plugins.module_utils.aws.core import is_boto3_error_code
from ansible_collections.amazon.aws.plugins.module_utils.core import is_boto3_error_code


def tags_changed(pcx_id, client, module):
Expand Down

0 comments on commit 361c705

Please sign in to comment.