Fixed typo in task_executor (#57461)
Changed 'requied' to 'required' Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
parent
7aa0d26fda
commit
e0f6c17857
1 changed files with 1 additions and 1 deletions
|
@ -891,7 +891,7 @@ class TaskExecutor:
|
|||
|
||||
if getattr(become_plugin, 'require_tty', False) and not getattr(connection, 'has_tty', False):
|
||||
raise AnsibleError(
|
||||
"The '%s' connection does not provide a tty which is requied for the selected "
|
||||
"The '%s' connection does not provide a tty which is required for the selected "
|
||||
"become plugin: %s." % (conn_type, become_plugin.name)
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue