Skip to content

Commit 3d1c953

Browse files
committed
beaker: force /usr/local/bin into PATH
1 parent 4621096 commit 3d1c953

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

roles/beaker/defaults/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@ beaker_base_environment:
33
BEAKER_provision: "yes"
44
BEAKER_setfile: "{{ beaker_os }}-64{hostname={{ beaker_os }}-64.example.com}"
55
BEAKER_destroy: "no"
6+
PATH: "{{ ansible_env.PATH }}:/usr/local/bin"
67
beaker_environment: {}
78
beaker_puppet_module_path: "/src/{{ beaker_puppet_module }}"

0 commit comments

Comments
 (0)