Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@
- "item.mount is match('/\\w')"
- "item.options is not search('nodev')"
- "item.fstype not in excluded_fstypes"
# Attempting to change polyinstantiated mounts for /tmp and /var/tmp, if present, will fail
- "(not accounts_polyinstantiated_var_tmp | default(false)) or item.mount != '/var/tmp/tmp-inst'"
- "(not accounts_polyinstantiated_tmp | default(false)) or item.mount != '/tmp/tmp-inst'"
with_items:
- "{{ ansible_facts.mounts }}"

Expand Down