This commit is contained in:
mscherer 2025-03-29 21:54:12 +01:00 committed by GitHub
commit 7af98c43d2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -106,6 +106,7 @@ class BecomeModule(BecomeBase):
fail = ('==== AUTHENTICATION FAILED ====',) fail = ('==== AUTHENTICATION FAILED ====',)
success = ('==== AUTHENTICATION COMPLETE ====',) success = ('==== AUTHENTICATION COMPLETE ====',)
require_tty = True # see https://github.com/ansible-collections/community.general/issues/6932 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 @staticmethod
def remove_ansi_codes(line): def remove_ansi_codes(line):