mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-05 02:00:30 -07:00
Merge 6194fc9532
into 70b5e362f9
This commit is contained in:
commit
7af98c43d2
1 changed files with 1 additions and 0 deletions
|
@ -106,6 +106,7 @@ class BecomeModule(BecomeBase):
|
|||
fail = ('==== AUTHENTICATION FAILED ====',)
|
||||
success = ('==== AUTHENTICATION COMPLETE ====',)
|
||||
require_tty = True # see https://github.com/ansible-collections/community.general/issues/6932
|
||||
has_pipelining = False # see https://github.com/ansible/ansible/pull/84878
|
||||
|
||||
@staticmethod
|
||||
def remove_ansi_codes(line):
|
||||
|
|
Loading…
Add table
Reference in a new issue