Fix comments for vim

Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
This commit is contained in:
Yohann D'ANELLO 2021-03-18 00:32:12 +01:00
parent 57b83cb58e
commit b742395cd4
Signed by: ynerant
GPG Key ID: 3A75C55819C8CF85
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
{{ ansible_header | comment('//') }}
{{ ansible_header | comment(decoration='//') }}
//
// Do any local configuration here

View File

@ -1,4 +1,4 @@
{{ ansible_header | comment }}
{{ ansible_header | comment(decoration='"') }}
if has('autocmd')
filetype plugin indent on