Skip to content

Commit 152e29d

Browse files
authored
Porting guide entry for become timeout is unreachable error (#2421)
1 parent 6af93ad commit 152e29d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/docsite/rst/porting_guides/porting_guide_core_2.19.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,10 @@ This document is part of a collection on porting. The complete list of porting g
1919
Playbook
2020
========
2121

22-
No notable changes
22+
* Timeout waiting on privilege escalation (``become``) is now an unreachable error instead of a task error. Existing playbooks should be changed to replace ``ignore_errors`` with ``ignore_unreachable`` on tasks where timeout on ``become`` should be ignored.
2323

24+
.. error::
25+
Timeout (12s) waiting for privilege escalation prompt:
2426

2527
Command Line
2628
============

0 commit comments

Comments
 (0)