X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=playbooks%2Froles%2Fdebian-sudo%2Ftasks%2Fmain.yml;h=c9bea00b85a00b44bc2e9a98a74f01144e8ca9b0;hb=7cd26fff474f13bf4f6993547ec23773509f8820;hp=242a373244d2595d310e4d479d70ea1128bc907d;hpb=d93a94543aca4cce397db250b7dd561bf4729aa4;p=ansible.git diff --git a/playbooks/roles/debian-sudo/tasks/main.yml b/playbooks/roles/debian-sudo/tasks/main.yml index 242a373..c9bea00 100644 --- a/playbooks/roles/debian-sudo/tasks/main.yml +++ b/playbooks/roles/debian-sudo/tasks/main.yml @@ -13,7 +13,7 @@ append: yes groups: sudo -- name: Allow passwordless operations +- name: Allow passwordless operations for phd become: true copy: content: 'phd ALL=(ALL:ALL) NOPASSWD: ALL'