Skip to content

Commit

Permalink
Update component.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dometto authored May 21, 2024
1 parent c97c2b9 commit 973448a
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 @@ -31,7 +31,7 @@
check_mode: "{{ ibridges_dry_run | default(false) | bool }}"
with_items: "{{ _ibridges_paths }}"
environment:
PYTHONPATH: "{{ _ibridges_custom_pip_location ~ ':' ~ ansible_env.PYTHONPATH if ansible_env.PYTHONPATH is defined else _ibridges_custom_pip_location }}"
PYTHONPATH: "{{ _ibridges_custom_pip_location ~ ':' ~ ansible_env.PYTHONPATH if ansible_env['PYTHONPATH'] is defined else _ibridges_custom_pip_location }}"

- name: Change permissions of downloaded files
file:
Expand Down

0 comments on commit 973448a

Please sign in to comment.