Skip to content

Commit

Permalink
switch dir_tmp from /tmp to tempdir.stdout
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrieu, Alban committed Nov 23, 2017
1 parent 753ea55 commit 79a16d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ selenium_hub: ''
selenium_java_opts: ''
selenium_extra_args: '' #-trustAllSSLCertificates
selenium_port: '4444'
selenium_dir_tmp: "/tmp" # or override with "{{ tempdir.stdout }} in order to have be sure to download the file"
#selenium_dir_tmp: "/tmp" # or override with "{{ tempdir.stdout }} in order to have be sure to download the file"
selenium_dir_tmp: "{{ tempdir.stdout }}"

docker_files_generated_directory: "./"
docker_files_enable: no
Expand Down

0 comments on commit 79a16d4

Please sign in to comment.