added temporary sudo-rs workaround

This commit is contained in:
Ebbe Baß
2026-07-16 08:53:09 +02:00
parent 583e5d74ba
commit f5366b004a
4 changed files with 10 additions and 0 deletions
@@ -1,6 +1,7 @@
- name: Install basic features
hosts: all
become: true
become_exe: "{{ 'sudo.ws' if ansible_facts.packages['sudo-rs'] is defined else 'sudo' }}" # Temporary workaround for sudo-rs on Ubuntu 25.10 or later including 26.04 LTS (Lunar Lobster).
tasks:
- name: Update apt