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(), ) )