c12s-kubespray/roles/bootstrap-os/tasks/setup-pipelining.yml
Andrew Greenwood cde5451e79 Syntax Bugfix
2017-02-17 17:08:44 -05:00

10 lines
168 B
YAML

---
# Remove requiretty to make ssh pipelining work
- name: Remove require tty
lineinfile:
regexp: '^\w+\s+requiretty'
dest: /etc/sudoers
state: absent