robertdebock / ansible-role-fail2ban

Install and configure fail2ban on your system.
https://robertdebock.nl/
Apache License 2.0
59 stars 29 forks source link

Fix invalid int literal #5

Closed j8r closed 4 years ago

j8r commented 4 years ago

name: Pull request about: Fix errors about invalid int literals.


Describe the change Using 10m is invalid and produces: ERROR NOK: ("invalid literal for int() with base 10: 'None'",)

Testing No more errors after restarting the server. Fail2ban version: 0.9.6

robertdebock commented 4 years ago

Great fix, sorry for seeing this so late.