Skip to content

Commit

Permalink
role sshfs_: fix idempotence
Browse files Browse the repository at this point in the history
  • Loading branch information
dometto committed Jan 6, 2025
1 parent 8420283 commit c3e049c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions playbooks/roles/sshfs_mount/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
# in two parts so that privileged part of update /etc/fstab is done by root
# Note that to make this work, only the 'state' differs
- name: Do mount
tags: molecule-idempotence-notest
ansible.builtin.include_tasks: mount.yml
loop:
- become: false
Expand Down

0 comments on commit c3e049c

Please sign in to comment.