From 5e450c44c432b0fb3e752964153cf49cb219b7a9 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Tue, 10 Feb 2015 18:06:51 +0100 Subject: Add a comment to a few files --- roles/cgit/files/cgit.httpd.conf | 2 +- roles/cgit/templates/cgitrepos | 1 + roles/cgit/templates/vhost.conf | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) (limited to 'roles/cgit') diff --git a/roles/cgit/files/cgit.httpd.conf b/roles/cgit/files/cgit.httpd.conf index f389f2f..a88c2ba 100644 --- a/roles/cgit/files/cgit.httpd.conf +++ b/roles/cgit/files/cgit.httpd.conf @@ -1,4 +1,4 @@ - +# File managed by ansible Require all granted diff --git a/roles/cgit/templates/cgitrepos b/roles/cgit/templates/cgitrepos index f3fac9a..9d9c4bb 100644 --- a/roles/cgit/templates/cgitrepos +++ b/roles/cgit/templates/cgitrepos @@ -1,3 +1,4 @@ +# {{ ansible_managed }} {% if git_repositories is defined %} {% for repo in git_repositories %} {% if not repo.private is defined or not repo.private %} diff --git a/roles/cgit/templates/vhost.conf b/roles/cgit/templates/vhost.conf index 908c21f..8b26d0b 100644 --- a/roles/cgit/templates/vhost.conf +++ b/roles/cgit/templates/vhost.conf @@ -1,3 +1,4 @@ +# {{ ansible_managed }} {% for i in '80', '443' %} -- cgit