telekomsecurity / TelekomSecurity.Compliance.Automation

Ansible scripts for automated deployment of Deutsche Telekom AG security requirements
8 stars 6 forks source link

Eliminates warning about implicit conversion to string #3

Closed florath closed 5 years ago

florath commented 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