We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
sudo -u otheruser command
1 parent 88b2f75 commit 30e787fCopy full SHA for 30e787f
tasks/sudo.yml
@@ -8,4 +8,4 @@
8
become: yes
9
lineinfile:
10
dest: /etc/sudoers
11
- line: "%sudonopasswd ALL=(root) NOPASSWD: ALL"
+ line: "%sudonopasswd ALL=(ALL) NOPASSWD: ALL"
0 commit comments