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