From 3660c7b7f86fb62591ee0ef3f265e8947eca3bc5 Mon Sep 17 00:00:00 2001 From: A Holt Date: Thu, 25 Mar 2021 16:02:39 -0400 Subject: [PATCH] usb_lib/tasks/install.yml: links to official docs --- roles/usb_lib/tasks/install.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/roles/usb_lib/tasks/install.yml b/roles/usb_lib/tasks/install.yml index d9543026e..915128f2b 100644 --- a/roles/usb_lib/tasks/install.yml +++ b/roles/usb_lib/tasks/install.yml @@ -1,3 +1,9 @@ +# Official usbmount 0.0.22 (2011-08-08) documentation: +# https://github.com/rbrito/usbmount/releases +# https://github.com/hfuchs/usbmount/blob/master/README (2010-08-11) +# https://github.com/rbrito/usbmount/blob/master/README.md (2018-08-10) +# https://github.com/rbrito/usbmount/blob/master/usbmount.conf (2010-04-25) + - name: Does systemd-udevd.service exist stat: path: "{{ systemd_location }}/systemd-udevd.service"