mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-28 03:00:23 -07:00
Fix typo
This commit is contained in:
parent
4748329009
commit
2bd51e506b
1 changed files with 1 additions and 1 deletions
|
@ -350,7 +350,7 @@ def main():
|
||||||
if ip is None: ip = '0.0.0.0'
|
if ip is None: ip = '0.0.0.0'
|
||||||
if port is None: port = 0
|
if port is None: port = 0
|
||||||
if send is None: send = ''
|
if send is None: send = ''
|
||||||
if receive is None: reveive = ''
|
if receive is None: receive = ''
|
||||||
if receive_disable is None: receive_disable = ''
|
if receive_disable is None: receive_disable = ''
|
||||||
|
|
||||||
# define and set address type
|
# define and set address type
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue