diff --git a/roles/mount_device/README.md b/roles/mount_device/README.md index ff4c994..0f6194d 100644 --- a/roles/mount_device/README.md +++ b/roles/mount_device/README.md @@ -23,16 +23,7 @@ None Example Playbook ---------------- -```yaml -- role: mount_device - devices: - - what: /dev/vdb - where: "/somewhere" - fstype: ext4 - opts: - - noatime - state: mounted -``` +See: [converge.yml](molecule/default/converge.yml) License -------