Skip to content

Commit eddde1d

Browse files
authored
override PATH for playbook (#116)
Signed-off-by: Riccardo Piccoli <rpiccoli@redhat.com>
1 parent 8757895 commit eddde1d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: test/playbooks/run_test.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@
2424
high_retries: 300
2525
low_delay: 1
2626
low_retries: 1
27+
extra_paths:
28+
- /usr/local/bin
29+
environment:
30+
PATH: "{{ extra_paths | join(':') }}:{{ ansible_env.PATH }}"
2731
roles:
2832
- system_dependencies
2933
- sourcecode_setup

0 commit comments

Comments
 (0)