Remove unused import of 'socket' module
This commit is contained in:
parent
6c959dc77e
commit
ab26847e06
1 changed files with 0 additions and 2 deletions
|
@ -90,8 +90,6 @@ datadog_event: title="Testing from ansible" text="Test!"
|
||||||
tags=aa,bb,#host:{{ inventory_hostname }}
|
tags=aa,bb,#host:{{ inventory_hostname }}
|
||||||
'''
|
'''
|
||||||
|
|
||||||
import socket
|
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
module = AnsibleModule(
|
module = AnsibleModule(
|
||||||
argument_spec=dict(
|
argument_spec=dict(
|
||||||
|
|
Loading…
Reference in a new issue