Skip to content

Commit

Permalink
Start systemd udevd on Ubuntu 24.04
Browse files Browse the repository at this point in the history
Signed-off-by: Norman Ziegner <[email protected]>
  • Loading branch information
Normo committed Oct 8, 2024
1 parent 22d0bbc commit a1d8b86
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions molecule/netplan/prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,9 @@
update_cache: true
state: "present"

- name: "Ensure systemd-udevd is started on Ubuntu 24.04"
ansible.builtin.service:
name: "systemd-udevd"
state: "started"
when: "ansible_facts.distribution_release | lower == 'noble'"
...

0 comments on commit a1d8b86

Please sign in to comment.