summaryrefslogtreecommitdiffstats
path: root/molecule
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-06-25 13:55:32 +0200
committerAhmed Abdelhalim <[email protected]>2026-06-25 13:55:32 +0200
commit5490cf213add93e3fc9eef3899b0fb2582edd3a5 (patch)
tree76fddb1395ba6335ea8d8b22f08d2bf521281ae5 /molecule
parent03facb75483d2a4824f2813d50616f83619753c7 (diff)
Fix mount point testing on rpi
This is fixing the tmpfs mount point default mode 1777 to 0755 Co-authored-by: Claude.ai
Diffstat (limited to 'molecule')
-rw-r--r--molecule/raspberrypi/converge.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/molecule/raspberrypi/converge.yml b/molecule/raspberrypi/converge.yml
index 023d7154..49f81392 100644
--- a/molecule/raspberrypi/converge.yml
+++ b/molecule/raspberrypi/converge.yml
@@ -63,7 +63,7 @@
backup_mount_point: "/mnt/backup"
backup_device: "tmpfs"
backup_fstype: "tmpfs"
- backup_mount_options: "defaults"
+ backup_mount_options: "defaults,mode=0755"
pre_tasks:
- name: "Override is_chroot fact for container environment"
ansible.builtin.set_fact: