Skip to content

Commit

Permalink
Merge pull request #11956 from jan-cerny/issue11933_stabilization
Browse files Browse the repository at this point in the history
[stabilization] Recollect facts in mount_option_nodev_nonroot_local_partitions
  • Loading branch information
vojtapolasek committed May 9, 2024
2 parents 4bc6a37 + caae6c9 commit 16fe2d1
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
# complexity = low
# disruption = high

- name: "{{{ rule_title }}}: Refresh facts"
setup:
gather_subset: mounts

- name: Ensure non-root local partitions are mounted with nodev option
mount:
path: "{{ item.mount }}"
Expand Down

0 comments on commit 16fe2d1

Please sign in to comment.