Skip to content

Commit 3285e65

Browse files
brjackmadanpawlik
authored andcommitted
Edit how the environment variables are added
1 parent 92377e5 commit 3285e65

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

deploy-edpm.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@
7373
ansible.builtin.include_role:
7474
name: cifmw_setup
7575
tasks_from: build_operators.yml
76-
apply:
77-
environment:
78-
PATH: "{{ cifmw_path }}"
76+
apply:
77+
environment:
78+
PATH: "{{ cifmw_path }}"
7979
tags:
8080
- build-operators
8181

0 commit comments

Comments
 (0)