#!/usr/bin/env ansible-playbook
# vim:ft=ansible:
- name: reload udev
  ansible.builtin.command: udevadm trigger
  become: yes