diff --git a/roles/bind/templates/named.conf.local.j2 b/roles/bind/templates/named.conf.local.j2 index 8695d2f..49ce6ed 100644 --- a/roles/bind/templates/named.conf.local.j2 +++ b/roles/bind/templates/named.conf.local.j2 @@ -1,4 +1,4 @@ -{{ ansible_header | comment('//') }} +{{ ansible_header | comment(decoration='//') }} // // Do any local configuration here diff --git a/roles/vim/templates/vimrc.j2 b/roles/vim/templates/vimrc.j2 index 924d1e2..3f68115 100644 --- a/roles/vim/templates/vimrc.j2 +++ b/roles/vim/templates/vimrc.j2 @@ -1,4 +1,4 @@ -{{ ansible_header | comment }} +{{ ansible_header | comment(decoration='"') }} if has('autocmd') filetype plugin indent on