From ef8efe54139171ec25efba06699ebb3dd2914744 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sun, 21 Feb 2021 14:49:31 +0000 Subject: [PATCH] commit 84d1b5eceb7c793a0d80ea28314461ac358ca964 Author: Robert Kaussow Date: Sun Feb 21 15:41:21 2021 +0100 fix broken link to ansible docs --- index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.md b/index.md index e3e3ff0..b36b4ba 100644 --- a/index.md +++ b/index.md @@ -27,7 +27,7 @@ smb_packages: ### smb_shares -Mount defined samba shares. You can specify samba credentials with the `username` and `password` parameter. Given credentials will be used in a secrets file and saved to `/root/.smbcredentials/` instead of the direct use in `/etc/fstab`. If secrets are defined for a list item, the secrest file will also be passed automatically to `mountopts`. The `state` parameter is related to the possible state values of Ansibles [mount](https://docs.ansible.com/ansible/latest/modules/mount_module.html) module. +Mount defined samba shares. You can specify samba credentials with the `username` and `password` parameter. Given credentials will be used in a secrets file and saved to `/root/.smbcredentials/` instead of the direct use in `/etc/fstab`. If secrets are defined for a list item, the secrest file will also be passed automatically to `mountopts`. The `state` parameter is related to the possible state values of Ansibles [mount](https://docs.ansible.com/ansible/latest/collections/ansible/posix/mount_module.html) module. #### Default value