Skip to content

Commit 16fe2d1

Browse files
authored
Merge pull request #11956 from jan-cerny/issue11933_stabilization
[stabilization] Recollect facts in mount_option_nodev_nonroot_local_partitions
2 parents 4bc6a37 + caae6c9 commit 16fe2d1

File tree

1 file changed

+4
-0
lines changed
  • linux_os/guide/system/permissions/partitions/mount_option_nodev_nonroot_local_partitions/ansible

1 file changed

+4
-0
lines changed

linux_os/guide/system/permissions/partitions/mount_option_nodev_nonroot_local_partitions/ansible/shared.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
# complexity = low
55
# disruption = high
66

7+
- name: "{{{ rule_title }}}: Refresh facts"
8+
setup:
9+
gather_subset: mounts
10+
711
- name: Ensure non-root local partitions are mounted with nodev option
812
mount:
913
path: "{{ item.mount }}"

0 commit comments

Comments
 (0)