Update comment block

This commit is contained in:
Alexander Grothe 2018-10-27 15:04:34 +02:00
parent ab2cf081b4
commit f2b75bb5f7
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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