mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 03:41:25 -07:00
typo: psuedo -> pseudo (#23177)
This commit is contained in:
parent
9a3a0d731f
commit
9812d211e7
3 changed files with 3 additions and 3 deletions
|
@ -639,7 +639,7 @@ class TaskExecutor:
|
||||||
if async_jid is None:
|
if async_jid is None:
|
||||||
return dict(failed=True, msg="No job id was returned by the async task")
|
return dict(failed=True, msg="No job id was returned by the async task")
|
||||||
|
|
||||||
# Create a new psuedo-task to run the async_status module, and run
|
# Create a new pseudo-task to run the async_status module, and run
|
||||||
# that (with a sleep for "poll" seconds between each retry) until the
|
# that (with a sleep for "poll" seconds between each retry) until the
|
||||||
# async time limit is exceeded.
|
# async time limit is exceeded.
|
||||||
|
|
||||||
|
|
|
@ -421,7 +421,7 @@ options:
|
||||||
required: false
|
required: false
|
||||||
tty:
|
tty:
|
||||||
description:
|
description:
|
||||||
- Allocate a psuedo-TTY.
|
- Allocate a pseudo-TTY.
|
||||||
default: false
|
default: false
|
||||||
required: false
|
required: false
|
||||||
ulimits:
|
ulimits:
|
||||||
|
|
|
@ -51,7 +51,7 @@ options:
|
||||||
version_added: "1.5"
|
version_added: "1.5"
|
||||||
notes:
|
notes:
|
||||||
- It is usually preferable to write Ansible modules than pushing scripts. Convert your script to an Ansible module for bonus points!
|
- It is usually preferable to write Ansible modules than pushing scripts. Convert your script to an Ansible module for bonus points!
|
||||||
- The ssh connection plugin will force psuedo-tty allocation via -tt when scripts are executed. psuedo-ttys do not have a stderr channel and all
|
- The ssh connection plugin will force pseudo-tty allocation via -tt when scripts are executed. pseudo-ttys do not have a stderr channel and all
|
||||||
stderr is sent to stdout. If you depend on separated stdout and stderr result keys, please switch to a copy+command set of tasks instead of using script.
|
stderr is sent to stdout. If you depend on separated stdout and stderr result keys, please switch to a copy+command set of tasks instead of using script.
|
||||||
author:
|
author:
|
||||||
- Ansible Core Team
|
- Ansible Core Team
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue