From 41b5f8d19afd42d479bf4747915a5228a33ec8b8 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Wed, 28 Aug 2019 11:09:46 +0200 Subject: [PATCH] fix ansible_managed handling --- templates/etc/systemd/system/unifi.service.j2 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/templates/etc/systemd/system/unifi.service.j2 b/templates/etc/systemd/system/unifi.service.j2 index 0a95301..ab4e94e 100644 --- a/templates/etc/systemd/system/unifi.service.j2 +++ b/templates/etc/systemd/system/unifi.service.j2 @@ -1,6 +1,4 @@ -## {{ ansible_managed }} -# Systemd unit file for UniFi Controller - +{{ ansible_managed | comment }} [Unit] Description=UniFi Controller Wants=mongod.service