1
0
Fork 0
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:
Mark Janssen -- Sig-I/O Automatisering 2016-03-25 15:33:35 +01:00
parent 73766e0816
commit b1015d897d

View file

@ -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 '''