Skip to content

Commit

Permalink
unionfs: don't filter out nfs from _remotes_list
Browse files Browse the repository at this point in the history
  • Loading branch information
saltydk committed Oct 2, 2023
1 parent 0fcde1a commit 1352095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/unionfs/tasks/subtasks/variables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
ansible.builtin.set_fact:
_remotes_list: "{{ _remotes_list | default('') + '/mnt/remote/' + (item.remote.split(':')[0] if ':' in item.remote else item.remote) + '=NC:' }}"
with_items: "{{ rclone.remotes }}"
when: rclone_remote_is_defined and use_remote and item.template != "nfs"
when: rclone_remote_is_defined and use_remote

- name: Variables | Append 'custom_mount_branch' to '_remotes_list' variable
ansible.builtin.set_fact:
Expand Down

0 comments on commit 1352095

Please sign in to comment.