diff options
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 new file mode 100644 index 0000000..37cda43 --- /dev/null +++ b/roles/local_deploy/templates/extract.sudoers @@ -0,0 +1 @@ +%admins ALL=(ALL) NOPASSWD: /usr/local/bin/extract_wrapper.sh {{ git_repositories_dir }}/{{ item }} |