From c957e2ddcb1d5ec145b8b87a3c2467356a5712e6 Mon Sep 17 00:00:00 2001 From: Sebastian Tobie Date: Fri, 21 Apr 2023 00:24:12 +0200 Subject: [PATCH] copy paste error --- plugins/modules/target.py | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/modules/target.py b/plugins/modules/target.py index d72795d..564f0b0 100644 --- a/plugins/modules/target.py +++ b/plugins/modules/target.py @@ -28,7 +28,6 @@ class Module(SystemdUnitModule): self.__unit = "\n".join( ( self.header(), - self.mount(), self.install(), ) )