You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: linux_os/guide/system/permissions/partitions/mount_option_nodev_nonroot_local_partitions/ansible/shared.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -44,8 +44,8 @@
44
44
- "item.options is not search('nodev')"
45
45
- "item.fstype not in excluded_fstypes"
46
46
# Attempting to change polyinstantiated mounts for /tmp and /var/tmp, if present, will fail
47
-
- "not accounts_polyinstantiated_var_tmp | default(false) or item.mount != '/var/tmp/tmp-inst'"
48
-
- "not accounts_polyinstantiated_tmp | default(false) or item.mount != '/tmp/tmp-inst'"
47
+
- "(not accounts_polyinstantiated_var_tmp | default(false)) or item.mount != '/var/tmp/tmp-inst'"
48
+
- "(not accounts_polyinstantiated_tmp | default(false)) or item.mount != '/tmp/tmp-inst'"
0 commit comments