mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Remove unused import of 'socket' module
This commit is contained in:
committed by
Matt Clay
parent
6c959dc77e
commit
ab26847e06
@@ -90,8 +90,6 @@ datadog_event: title="Testing from ansible" text="Test!"
|
||||
tags=aa,bb,#host:{{ inventory_hostname }}
|
||||
'''
|
||||
|
||||
import socket
|
||||
|
||||
def main():
|
||||
module = AnsibleModule(
|
||||
argument_spec=dict(
|
||||
|
||||
Reference in New Issue
Block a user