Put PYTHONWARNINGS in .bashrc before others
Change-Id: Ie942532bcfe4ba91dd288a633a26d5b03c87d9cd
This commit is contained in:
parent
122208cf0d
commit
2d891d67c7
@ -33,8 +33,11 @@
|
||||
state: present
|
||||
create: yes
|
||||
|
||||
- lineinfile:
|
||||
dest: /home/vagrant/.bashrc
|
||||
line: export PYTHONWARNINGS="ignore"
|
||||
state: present
|
||||
# make riak default on vagrant env
|
||||
# unset
|
||||
- lineinfile:
|
||||
dest: /home/vagrant/.bashrc
|
||||
line: export SOLAR_CONFIG_OVERRIDE="/.solar_config_override"
|
||||
@ -43,10 +46,6 @@
|
||||
dest: /home/vagrant/.bashrc
|
||||
line: eval "$(_SOLAR_COMPLETE=source solar)"
|
||||
state: present
|
||||
- lineinfile:
|
||||
dest: /home/vagrant/.bashrc
|
||||
line: export PYTHONWARNINGS="ignore"
|
||||
state: present
|
||||
|
||||
- hosts: all
|
||||
tasks:
|
||||
|
Loading…
x
Reference in New Issue
Block a user