diff --git a/wo/core/variables.py b/wo/core/variables.py index 3b96a17..94b6a86 100644 --- a/wo/core/variables.py +++ b/wo/core/variables.py @@ -168,7 +168,7 @@ class WOVariables(): .format(codename=wo_platform_codename)) wo_mysql = ["mariadb-server", "percona-toolkit", "python3-mysqldb"] - wo_fail2ban = "fail2ban" + wo_fail2ban = ["fail2ban", "python3-pyinotify"] # Redis repo details if wo_platform_distro == 'ubuntu':