c12s-kubespray/roles/bootstrap-os/tasks/setup-pipelining.yml

7 lines
153 B
YAML
Raw Normal View History

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