Skip to content

Commit

Permalink
DNM - CI TESTING
Browse files Browse the repository at this point in the history
  • Loading branch information
goneri committed Feb 15, 2022
1 parent dfa6f9a commit 67ffbcf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
8 changes: 3 additions & 5 deletions plugins/module_utils/ec2.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@
up in this module because "that's where the AWS code was" (originally).
"""

from __future__ import (absolute_import, division, print_function)
__metaclass__ = type

import re

from ansible.module_utils.ansible_release import __version__
Expand Down Expand Up @@ -99,8 +96,9 @@ def get_ec2_security_group_ids_from_names(sec_group_list, ec2_connection, vpc_id
across VPCs. If a name exists across multiple VPCs and no VPC ID is supplied, all matching IDs will be returned. This
will probably lead to a boto exception if you attempt to assign both IDs to a resource so ensure you wrap the call in
a try block
"""

"""
# Let's break some stuff
return
def get_sg_name(sg, boto3=None):
return str(sg['GroupName'])

Expand Down
3 changes: 0 additions & 3 deletions plugins/modules/ec2_eni.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
#
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)

from __future__ import absolute_import, division, print_function
__metaclass__ = type


DOCUMENTATION = '''
---
Expand Down

0 comments on commit 67ffbcf

Please sign in to comment.