Skip to content

Commit

Permalink
Merge pull request #8 from FrankGiesecke/feature/7-cifs-support
Browse files Browse the repository at this point in the history
Allow CIFS to mount
  • Loading branch information
buluma authored Mar 12, 2023
2 parents 45cc91a + 4348cbd commit e50336c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/assert.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
ansible.builtin.assert:
that:
- item.fstype is string
- item.fstype in [ "ext3", "ext4", "iso9660", "nfs", "none", "swap", "xfs" ]
- item.fstype in [ "cifs", "ext3", "ext4", "iso9660", "nfs", "none", "swap", "xfs" ]
quiet: yes
loop: "{{ mount_requests }}"
loop_control:
Expand Down

0 comments on commit e50336c

Please sign in to comment.