We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4621096 commit 3d1c953Copy full SHA for 3d1c953
1 file changed
roles/beaker/defaults/main.yml
@@ -3,5 +3,6 @@ beaker_base_environment:
3
BEAKER_provision: "yes"
4
BEAKER_setfile: "{{ beaker_os }}-64{hostname={{ beaker_os }}-64.example.com}"
5
BEAKER_destroy: "no"
6
+ PATH: "{{ ansible_env.PATH }}:/usr/local/bin"
7
beaker_environment: {}
8
beaker_puppet_module_path: "/src/{{ beaker_puppet_module }}"
0 commit comments