Skip to content

Commit

Permalink
Use state: present for fuse mounts
Browse files Browse the repository at this point in the history
  • Loading branch information
sbesson committed Oct 5, 2023
1 parent fae1b07 commit 8b30189
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ansible/idr-ebi-nfs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
- name: Mount S3 endpoints
become: true
mount:
fstype: "fuse"
fstype: fuse
opts: "{{ item.opts }}"
path: "{{ item.path }}"
src: "{{ item.src }}"
state: "mounted"
state: present
loop: "{{ ebi_s3_mounts }}"

0 comments on commit 8b30189

Please sign in to comment.