Browse Source

Syntax Bugfix

pull/1046/head
Andrew Greenwood 7 years ago
parent
commit
cde5451e79
1 changed files with 1 additions and 1 deletions
  1. 2
      roles/bootstrap-os/tasks/setup-pipelining.yml

2
roles/bootstrap-os/tasks/setup-pipelining.yml

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