Skip to content

Commit

Permalink
Set environment variable to disable anonymous logging
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeezley committed Mar 2, 2016
1 parent 5b02a93 commit 7db7f0c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions deploy/ansible/provision.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@
command: make -j{{ cpus|int + 1 }} chdir={{build_root}}/uvcdat-build
sudo: yes

- name: Disable UV-CDAT anonymous log
lineinfile: dest=$HOME/.bashrc line="export UVCDAT_ANONYMOUS_LOG=no"
sudo: no

- name: Create script for running climatology2.py example
template: src=run_climatology_example.sh.j2 dest={{uvcdat_install_dir}}/run_climatology_example.sh mode=0775
sudo: yes
Expand Down

0 comments on commit 7db7f0c

Please sign in to comment.