Closed florath closed 5 years ago
The icmp_type of the ansible's iptables module is 'string'. The following warning was logged: The value 8 (type int) in a string field was converted to u'8' (type string).
This patch explicitly coverts the value to a string.
Signed-off-by: Andreas Florath andreas.florath@telekom.de
The icmp_type of the ansible's iptables module is 'string'. The following warning was logged: The value 8 (type int) in a string field was converted to u'8' (type string).
This patch explicitly coverts the value to a string.
Signed-off-by: Andreas Florath andreas.florath@telekom.de