Summary
See ansible/ansible#85536. Since this was an intentional change that is breaking users, it should be listed in the changelog/porting guide.
docs/docsite/rst/porting_guides/porting_guide_12.rst:- Task Execution / Forks - Forks no longer inherit stdio from the parent ``ansible-playbook`` process. ``stdout``, ``stderr``, and ``stdin`` within a worker are detached from the terminal, and non-functional. All needs to access stdio from a fork for controller side plugins requires use of ``Display``.
currently exists, but it should also explain the implications on sudo caching.
This issue was brought up in the context of https://pagure.io/fesco/issue/3518, so I figured I'd file an issue here.
Issue Type
Bug Report
Component Name
general
Ansible Version
Configuration
# if using a version older than ansible-core 2.12 you should omit the '-t all'
$ ansible-config dump --only-changed -t all
OS / Environment
local connection plugin
Steps to Reproduce
Expected Results
n/a
Actual Results
Code of Conduct
Summary
See ansible/ansible#85536. Since this was an intentional change that is breaking users, it should be listed in the changelog/porting guide.
currently exists, but it should also explain the implications on sudo caching.
This issue was brought up in the context of https://pagure.io/fesco/issue/3518, so I figured I'd file an issue here.
Issue Type
Bug Report
Component Name
general
Ansible Version
Configuration
OS / Environment
local connection plugin
Steps to Reproduce
Expected Results
n/a
Actual Results
n/aCode of Conduct