mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Minor spelling fix (#33822)
This commit is contained in:
parent
392b55b70b
commit
5b6ba8cbfd
1 changed files with 1 additions and 1 deletions
|
@ -414,7 +414,7 @@ class Connection(ConnectionBase):
|
||||||
if self._play_context.become and self._play_context.become_pass:
|
if self._play_context.become and self._play_context.become_pass:
|
||||||
chan.sendall(to_bytes(self._play_context.become_pass) + b'\n')
|
chan.sendall(to_bytes(self._play_context.become_pass) + b'\n')
|
||||||
else:
|
else:
|
||||||
raise AnsibleError("A password is reqired but none was supplied")
|
raise AnsibleError("A password is required but none was supplied")
|
||||||
else:
|
else:
|
||||||
no_prompt_out += become_output
|
no_prompt_out += become_output
|
||||||
no_prompt_err += become_output
|
no_prompt_err += become_output
|
||||||
|
|
Loading…
Reference in a new issue