1
0
Fork 0
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:
George Hunt 2017-09-29 16:44:12 -07:00
parent ef91cda697
commit 4ba8a4825c

View file

@ -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