We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78df29b commit 91e9294Copy full SHA for 91e9294
1 file changed
ansible/roles/mounts/tasks/main.yml
@@ -19,7 +19,7 @@
19
loop_var: stat_result
20
# Only run when mountpoint is missing, to avoid resetting owner/mode on mounted directories
21
# Also has to cope with .stat missing when enabled: false
22
- when: not (stat_results.stat.exists | default(true))
+ when: not (stat_result.stat.exists | default(true))
23
24
- name: Ensure tmp.mount mask status is correct
25
# RL8-specific fix; otherwise rootfs comes up read-only after a reboot!
0 commit comments