File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,13 +2,15 @@ If this playbook fails (almost immediately) like this:
22
33 [ERROR]: Task failed: Timed out waiting for become success.
44
5- and your distribution is Ubuntu 25.10, then run this playbook like this:
5+ and your distribution is Ubuntu 25.10 or higher, then run this playbook
6+ like this:
67
78 ./mythtv.yml -l localhost_ws
89
910Ubuntu bug report (marked as an upstream ansible issue):
1011 https://bugs.launchpad.net/ubuntu/+source/rust-sudo-rs/+bug/2122414
1112
12- Ansible bug report :
13+ Ansible issue :
1314https://github.com/ansible/ansible/issues/85837
1415
16+ The ansible issue has been fixed, various distributions need to release it now.
Original file line number Diff line number Diff line change 77
88---
99
10+ - name : " Print warning for Ubuntu 25.10+ sudo_rs users"
11+ debug :
12+ msg : " If this playbook fails, try using --limit=localhost_ws (see SPECIAL_NOTE file in this directory)"
13+
1014- name : Do limit checks when using hosts.yml
1115 when :
1216 inventory_file is search("/hosts.yml$") and (
You can’t perform that action at this time.
0 commit comments