From a13b5ecc16238067e0924a63579128cb5043817e Mon Sep 17 00:00:00 2001 From: Alexander Gorelyshev Date: Mon, 8 Dec 2025 10:41:39 +0400 Subject: [PATCH] Introduce a change to a role to test change detection --- roles/mount_device/README.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) 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 -------