mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Re-add accidentaly removed comment
This commit is contained in:
parent
73766e0816
commit
b1015d897d
1 changed files with 1 additions and 0 deletions
|
@ -675,6 +675,7 @@ def ip4_hex(arg):
|
||||||
numbers = list(map(int, arg.split('.')))
|
numbers = list(map(int, arg.split('.')))
|
||||||
return '{:02x}{:02x}{:02x}{:02x}'.format(*numbers)
|
return '{:02x}{:02x}{:02x}{:02x}'.format(*numbers)
|
||||||
|
|
||||||
|
# ---- Ansible filters ----
|
||||||
|
|
||||||
class FilterModule(object):
|
class FilterModule(object):
|
||||||
''' IP address and network manipulation filters '''
|
''' IP address and network manipulation filters '''
|
||||||
|
|
Loading…
Reference in a new issue