From c3a6cf0222039a44543d2eef8c20554e36d4de9c Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Fri, 30 Apr 2021 22:15:44 +0300 Subject: [PATCH] Module can't be imported with the original name. --- functions.tf | 2 +- src/{mta-sts.py => mta_sts.py} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/{mta-sts.py => mta_sts.py} (100%) diff --git a/functions.tf b/functions.tf index 0ba165e..fd80ece 100644 --- a/functions.tf +++ b/functions.tf @@ -7,7 +7,7 @@ locals { "nextcloud", "notify", "autoconfig", - "mta-sta", + "mta_sta", "www", "myip", "kodi", diff --git a/src/mta-sts.py b/src/mta_sts.py similarity index 100% rename from src/mta-sts.py rename to src/mta_sts.py -- GitLab