mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
make dest a directory for sure
This commit is contained in:
parent
ef91cda697
commit
4ba8a4825c
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
when: udev_unit.stat.exists is defined and udev_unit.stat.exists
|
||||
|
||||
- name: reboot systemd-udevd so it has rootfs open read-write
|
||||
template: src=udev-reboot.service dest=/etc/systemd/system
|
||||
template: src=udev-reboot.service dest=/etc/systemd/system/
|
||||
|
||||
- name: enable the reboot service
|
||||
shell: systemctl enable udev-reboot.service
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue