fix ansible_managed handling
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2019-08-28 11:07:02 +02:00
parent 4ca73690ad
commit 9558f2b478
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
{{ ansible_managed | comment("plain", prefix="<!---", postfix="-->") }}
{{ ansible_managed | comment("plain", prefix="<!--", postfix="-->") }}
{{ ansible_fqdn }}