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:
parent
e794e1e9d2
commit
383933eb38
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue