diff options
author | Michael Scherer <misc@zarb.org> | 2015-02-10 18:06:51 +0100 |
---|---|---|
committer | Michael Scherer <misc@zarb.org> | 2015-02-10 18:06:51 +0100 |
commit | 5e450c44c432b0fb3e752964153cf49cb219b7a9 (patch) | |
tree | a0994431b7b0c47fb64bc3cf9da3215cddb37705 /roles/local_deploy/templates | |
parent | b1205b6993443fd6c2a5e6c9e89e102d19b53cd9 (diff) |
Add a comment to a few files
Diffstat (limited to 'roles/local_deploy/templates')
-rw-r--r-- | roles/local_deploy/templates/extract.sudoers | 1 |
1 files changed, 1 insertions, 0 deletions
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 }} |