Introduce a change to a role to test change detection

This commit is contained in:
Alexander Gorelyshev
2025-12-08 10:41:39 +04:00
parent 4c9a3ad62b
commit a13b5ecc16

View File

@@ -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
-------