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/local_deploy/templates/extract.sudoers | 1 + 1 file changed, 1 insertion(+) (limited to 'roles/local_deploy/templates/extract.sudoers') diff --git a/roles/local_deploy/templates/extract.sudoers b/roles/local_deploy/templates/extract.sudoers index 37cda43..2fc3e73 100644 --- a/roles/local_deploy/templates/extract.sudoers +++ b/roles/local_deploy/templates/extract.sudoers @@ -1 +1,2 @@ +# {{ ansible_managed }} %admins ALL=(ALL) NOPASSWD: /usr/local/bin/extract_wrapper.sh {{ git_repositories_dir }}/{{ item }} -- cgit