main.yml 104 B

123456
  1. ---
  2. - name: restart udev
  3. systemd:
  4. name: systemd-udevd
  5. state: restarted
  6. daemon_reload: yes