mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-09 23:12:10 -03:30
Migrate older inline= syntax to pure yml syntax for module args as to be consistant with most of the rest of the tasks Cleanup some spacing in various files Rename some files named yaml to yml for consistancy
10 lines
168 B
YAML
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
|
|
|