mirror of https://github.com/ansible/ansible.git
Remove explicit shell environment docs (#83649)
Removes the docs for the environment keyword in the shell base plugins as they are a no-op in the plugins themselves. The environment value is provided by the action base which gets it from the action base on the task.environment value. This should avoid confusion around how its being set and removes some code that is not used at all.pull/81364/merge
parent
fe1183f8ac
commit
a3a92bcc13
@ -0,0 +1,4 @@
|
||||
minor_changes:
|
||||
- Removed the shell ``environment`` config entry as this is already covered by the play/task directives documentation
|
||||
and the value itself is not used in the shell plugins. This should remove any confusion around how people set the
|
||||
environment for a task.
|
Loading…
Reference in New Issue