mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-28 03:00:23 -07:00
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…
Add table
Add a link
Reference in a new issue