mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Re-add accidentaly removed comment
This commit is contained in:
parent
73766e0816
commit
b1015d897d
@@ -675,6 +675,7 @@ def ip4_hex(arg):
|
||||
numbers = list(map(int, arg.split('.')))
|
||||
return '{:02x}{:02x}{:02x}{:02x}'.format(*numbers)
|
||||
|
||||
# ---- Ansible filters ----
|
||||
|
||||
class FilterModule(object):
|
||||
''' IP address and network manipulation filters '''
|
||||
|
||||
Reference in New Issue
Block a user