diff --git a/templates/init.d-fprobe.j2 b/templates/init.d-fprobe.j2 index 0cba087..1ce4ac2 100644 --- a/templates/init.d-fprobe.j2 +++ b/templates/init.d-fprobe.j2 @@ -1,5 +1,5 @@ #!/bin/bash -# {{ ansible_managed }} +{{ ansible_managed | comment }} # # /etc/rc.d/init.d/fprobe-ulog # diff --git a/templates/systemd-fprobe-ulog.service.j2 b/templates/systemd-fprobe-ulog.service.j2 index 273b0f8..da7acff 100644 --- a/templates/systemd-fprobe-ulog.service.j2 +++ b/templates/systemd-fprobe-ulog.service.j2 @@ -1,4 +1,4 @@ -# {{ ansible_managed }} +{{ ansible_managed | comment }} [Unit] Description=fprobe netflow collector Requires=network.target