Skip to content

Commit

Permalink
Merge pull request #10439 from Mab879/backport_10432
Browse files Browse the repository at this point in the history
Backport #10432
  • Loading branch information
marcusburghardt authored Apr 6, 2023
2 parents 0313d3b + 8777752 commit 9c26f77
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 9c26f77

Please sign in to comment.