Skip to content

Commit

Permalink
Ansible sudo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jalessio committed Sep 6, 2016
1 parent 3896381 commit 4d03e9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions provisioning/roles/web/tasks/user.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@
lineinfile:
dest: /etc/sudoers
state: present
regexp: '^%wheel'
line: '%calthorpe ALL=(ALL) NOPASSWD: ALL'
regexp: '^%calthorpe'
line: '%calthorpe ALL=(ALL) NOPASSWD:ALL'

0 comments on commit 4d03e9b

Please sign in to comment.