Syntax Bugfix

pull/1046/head
Andrew Greenwood 2017-02-17 17:08:44 -05:00
parent ca9ea097df
commit cde5451e79
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
- name: Remove require tty
lineinfile:
regexp: "^\w+\s+requiretty"
regexp: '^\w+\s+requiretty'
dest: /etc/sudoers
state: absent