Update comment block
This commit is contained in:
parent
ab2cf081b4
commit
f2b75bb5f7
@ -789,7 +789,7 @@ esac
|
|||||||
**** module-helper
|
**** module-helper
|
||||||
#+BEGIN_SRC python :tangle roles/yavdr-common/templates/module-helper.j2 :mkdirp yes :padline no
|
#+BEGIN_SRC python :tangle roles/yavdr-common/templates/module-helper.j2 :mkdirp yes :padline no
|
||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
# {{ ansible_managed }}
|
# {{ ansible_managed | comment }}
|
||||||
# based on http://www.e-tobi.net/blog/files/module-helper
|
# 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
|
# http://www.e-tobi.net/blog/2010/11/06/squeeze-vdr-teil-9-suspend-to-ram
|
||||||
# ported to python3 by Alexander Grothe
|
# ported to python3 by Alexander Grothe
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
# {{ ansible_managed }}
|
# {{ ansible_managed | comment }}
|
||||||
# based on http://www.e-tobi.net/blog/files/module-helper
|
# 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
|
# http://www.e-tobi.net/blog/2010/11/06/squeeze-vdr-teil-9-suspend-to-ram
|
||||||
# ported to python3 by Alexander Grothe
|
# ported to python3 by Alexander Grothe
|
||||||
|
Loading…
Reference in New Issue
Block a user