From 973448abd1c95a4b6a540ec3986e7ed4ca63ddaf Mon Sep 17 00:00:00 2001 From: Dawa Ometto Date: Tue, 21 May 2024 16:28:19 +0200 Subject: [PATCH] Update component.yml --- component.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/component.yml b/component.yml index c8855fd..5a1359d 100644 --- a/component.yml +++ b/component.yml @@ -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: