mirror of
https://github.com/ansible/ansible.git
synced 2026-08-05 16:13:06 +02:00
fix typo (#84955)
This commit is contained in:
@@ -34,7 +34,7 @@ class BecomeBase(AnsiblePlugin):
|
|||||||
# plugin requires a tty, i.e su
|
# plugin requires a tty, i.e su
|
||||||
require_tty = False
|
require_tty = False
|
||||||
|
|
||||||
# plugin allows for pipelining executio
|
# plugin allows for pipelining execution
|
||||||
pipelining = True
|
pipelining = True
|
||||||
|
|
||||||
# prompt to match
|
# prompt to match
|
||||||
|
|||||||
Reference in New Issue
Block a user