Replace ansible_header by ansible_managed

This commit is contained in:
Yohann D'ANELLO 2020-11-03 23:19:19 +01:00
parent 518560b392
commit 2a6c005190
8 changed files with 8 additions and 8 deletions

View file

@ -1,4 +1,4 @@
{{ ansible_header | comment }}
# {{ ansible_managed }}
ssl_certificate {{ nginx.ssl.cert }};
ssl_certificate_key {{ nginx.ssl.cert_key }};