Skip to content

Commit

Permalink
fixing tty typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mhamrah committed Nov 10, 2014
1 parent 9ca0869 commit 66abd57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
action: service name=iptables state=stopped enabled=false
when: ansible_os_family == "RedHat"
- name: Remove require tty
lineinfile: regexp="requiretty" dest=/etc/sudoers state=absent
lineinfile: regexp="^\s+\w+\s+requiretty" dest=/etc/sudoers state=absent
- name: Remove require tty - alt
lineinfile: regexp="requiretty" dest=/etc/sudoers/os_defaults state=absent
lineinfile: regexp="requiretty" dest=/etc/sudoers.d/os_defaults state=absent

0 comments on commit 66abd57

Please sign in to comment.