Skip to content
Snippets Groups Projects
Commit cde5451e authored by Andrew Greenwood's avatar Andrew Greenwood
Browse files

Syntax Bugfix

parent ca9ea097
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
- name: Remove require tty
lineinfile:
regexp: "^\w+\s+requiretty"
regexp: '^\w+\s+requiretty'
dest: /etc/sudoers
state: absent
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment