mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-23 14:06:03 -03:30
Syntax Bugfix
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
- name: Remove require tty
|
- name: Remove require tty
|
||||||
lineinfile:
|
lineinfile:
|
||||||
regexp: "^\w+\s+requiretty"
|
regexp: '^\w+\s+requiretty'
|
||||||
dest: /etc/sudoers
|
dest: /etc/sudoers
|
||||||
state: absent
|
state: absent
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user