Skip to content

Commit

Permalink
Add ansible_managed to template
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed Sep 4, 2018
1 parent 2ec88dd commit e15e310
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/default_vhost.conf.j2
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{{ ansible_managed | comment }}
NameVirtualHost *:{{ httpd_port }}
<VirtualHost *:{{ httpd_port }}>
ServerName {{ httpd_servername }}
Expand Down

0 comments on commit e15e310

Please sign in to comment.