diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-06-22 14:45:34 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-06-22 14:45:34 +0200 |
| commit | c8a1d4eac9e5ade57b6bf34dfc26e5516cb43726 (patch) | |
| tree | a08ce2513e5b859bd983a5b878e78916e4e5b93d /molecule | |
| parent | c903b87a23cedc56a29d023df50b649c0b9f1e59 (diff) | |
Add readme on using backup role and fix testing
Diffstat (limited to 'molecule')
| -rw-r--r-- | molecule/raspberrypi/molecule.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/molecule/raspberrypi/molecule.yml b/molecule/raspberrypi/molecule.yml index c913b75f..4832e8aa 100644 --- a/molecule/raspberrypi/molecule.yml +++ b/molecule/raspberrypi/molecule.yml @@ -20,6 +20,7 @@ platforms: "/run": "rw,exec" volumes: - "/sys/fs/cgroup:/sys/fs/cgroup:rw" + - "/dev:/dev:rw" cgroupns_mode: host provisioner: |
