Skip to content

Commit

Permalink
Merge pull request #2 from companieshouse/add-fstype-override
Browse files Browse the repository at this point in the history
Add ability to override filesystem type
  • Loading branch information
marcransome authored Jul 16, 2024
2 parents a650fd1 + 8320ee9 commit 7a4702d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

- name: Mount NFS shares
mount:
fstype: "nfs"
fstype: "{{ item.fstype | default('nfs') }}"
opts: "{{ item.opts | default('hard,bg') }}"
src: "{{ item.src }}"
path: "{{ item.path }}"
Expand Down

0 comments on commit 7a4702d

Please sign in to comment.