Skip to content

Commit

Permalink
Actually turn the env parameter into a dict
Browse files Browse the repository at this point in the history
  • Loading branch information
dometto committed May 21, 2024
1 parent 06aafd5 commit a5b5879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
- name: iBridges sync
ibridges_sync:
mode: down
env: '{{ ibridges_env | regex_replace("\\", "") | from_yaml }}'
env: '{{ ibridges_env | regex_replace("\\", "") | from_json }}'
irods_path: "{{ ibridges_irods_path }}"
local_path: "{{ ibridges_target_path }}/{{ item | basename }}"
password: "{{ ibridges_password }}"
Expand Down

0 comments on commit a5b5879

Please sign in to comment.