1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

stat requires path

This commit is contained in:
George Hunt 2017-09-20 12:40:36 -07:00 committed by georgejhunt
parent e794e1e9d2
commit 383933eb38

View file

@ -1,5 +1,5 @@
- name: Does systemd-udevd.service exist
stat: "{{ systemd_location }}/systemd-udevd.service"
- name: Does systemd-udevd.service exist
stat: path="{{ systemd_location }}/systemd-udevd.service"
register: udev_unit
- name: Copy udevd service to /etc/systemd/system to modify