mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
Ansible comment
This commit is contained in:
parent
a4c76fe7a4
commit
927ad1b176
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
||||||
state: restarted
|
state: restarted
|
||||||
when: udev_unit.stat.exists is defined and udev_unit.stat.exists
|
when: udev_unit.stat.exists is defined and udev_unit.stat.exists
|
||||||
|
|
||||||
- name: Enable the udev-reload service during boot.
|
- name: Enable the udev-reload service during boot
|
||||||
systemd:
|
systemd:
|
||||||
name: udev-reload
|
name: udev-reload
|
||||||
enabled: yes
|
enabled: yes
|
||||||
|
|
Loading…
Reference in a new issue