mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-07-09 03:58:59 +00:00
Fix tests after repo merge.
This commit is contained in:
parent
14833f1c7a
commit
bd7ce0696e
10 changed files with 28 additions and 36 deletions
|
|
@ -19,7 +19,7 @@ from ansible.inventory import Inventory
|
|||
from ansible.playbook.play import Play
|
||||
from ansible.executor.task_queue_manager import TaskQueueManager
|
||||
|
||||
import ansible.modules.extras.cloud.amazon.ec2_vpc_nat_gateway as ng
|
||||
import ansible.modules.cloud.amazon.ec2_vpc_nat_gateway as ng
|
||||
|
||||
Options = (
|
||||
namedtuple(
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ if not HAS_BOTO3:
|
|||
|
||||
import unittest
|
||||
|
||||
import ansible.modules.extras.cloud.amazon.kinesis_stream as kinesis_stream
|
||||
import ansible.modules.cloud.amazon.kinesis_stream as kinesis_stream
|
||||
|
||||
aws_region = 'us-west-2'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue