Skip to content

Commit

Permalink
Merge pull request #10432 from evgenyz/fix_dev_shm_noexec
Browse files Browse the repository at this point in the history
templates/mount_option: Switch mount Ansible remediation module's state back to 'mounted'
  • Loading branch information
marcusburghardt authored Apr 6, 2023
2 parents ffc50a9 + 858ff21 commit 1ed1c82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/templates/mount_option/ansible.template
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
path: "{{{ MOUNTPOINT }}}"
src: "{{ mount_info.source }}"
opts: "{{ mount_info.options }}"
state: "present"
state: "mounted"
fstype: "{{ mount_info.fstype }}"
when:
- (device_name.stdout is defined and (device_name.stdout | length > 0)) or ("{{{ TABFILE }}}" | length == 0)

0 comments on commit 1ed1c82

Please sign in to comment.