From 32252461608da9a268e91f82078595815d2e1eee Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Tue, 16 Dec 2014 17:17:31 +0100 Subject: Do not request a tty for admins ( so can be used with git hooks ) --- roles/local_deploy/files/ansible_run.sudoers | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/local_deploy/files/ansible_run.sudoers b/roles/local_deploy/files/ansible_run.sudoers index ea995ab..71d226c 100644 --- a/roles/local_deploy/files/ansible_run.sudoers +++ b/roles/local_deploy/files/ansible_run.sudoers @@ -1 +1,2 @@ +Defaults:%admins !requiretty %admins ALL=(ALL) NOPASSWD: /usr/local/bin/ansible_run.sh -- cgit