Skip to content

Commit a296555

Browse files
author
Bill Meek
committed
sudo_rs: add debug warning and update SPECIAL_NOTE
1 parent 1049ba3 commit a296555

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

SPECIAL_NOTE_FOR_UBUNTU_25.10_USERS_maybe_more renamed to SPECIAL_NOTE

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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

910
Ubuntu 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:
1314
https://github.com/ansible/ansible/issues/85837
1415

16+
The ansible issue has been fixed, various distributions need to release it now.

roles/common/tasks/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
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 (

0 commit comments

Comments
 (0)