From f2b75bb5f7750055d9f92cdc934f55943b0a138c Mon Sep 17 00:00:00 2001 From: Alexander Grothe Date: Sat, 27 Oct 2018 15:04:34 +0200 Subject: [PATCH] Update comment block --- Manual.org | 2 +- roles/yavdr-common/templates/module-helper.j2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Manual.org b/Manual.org index 4354851..2968ba8 100644 --- a/Manual.org +++ b/Manual.org @@ -789,7 +789,7 @@ esac **** module-helper #+BEGIN_SRC python :tangle roles/yavdr-common/templates/module-helper.j2 :mkdirp yes :padline no #!/usr/bin/env python3 -# {{ ansible_managed }} +# {{ ansible_managed | comment }} # based on http://www.e-tobi.net/blog/files/module-helper # http://www.e-tobi.net/blog/2010/11/06/squeeze-vdr-teil-9-suspend-to-ram # ported to python3 by Alexander Grothe diff --git a/roles/yavdr-common/templates/module-helper.j2 b/roles/yavdr-common/templates/module-helper.j2 index 22d0f9b..41b5e30 100644 --- a/roles/yavdr-common/templates/module-helper.j2 +++ b/roles/yavdr-common/templates/module-helper.j2 @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# {{ ansible_managed }} +# {{ ansible_managed | comment }} # based on http://www.e-tobi.net/blog/files/module-helper # http://www.e-tobi.net/blog/2010/11/06/squeeze-vdr-teil-9-suspend-to-ram # ported to python3 by Alexander Grothe