mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
Correct call to method typo
This commit is contained in:
@@ -118,7 +118,7 @@ class ConnectionBase(with_metaclass(ABCMeta, object)):
|
||||
|
||||
# Check if PE is supported
|
||||
if self._play_context.become:
|
||||
self.__become_method_supported()
|
||||
self._become_method_supported()
|
||||
|
||||
@ensure_connect
|
||||
@abstractmethod
|
||||
|
||||
Reference in New Issue
Block a user