Ignore python warrnings

This commit is contained in:
Łukasz Oleś 2015-11-25 15:54:32 +01:00
parent c1476d37d8
commit 0ad0d62376

View File

@ -13,3 +13,7 @@
dest: /home/vagrant/.bashrc
line: eval "$(_SOLAR_COMPLETE=source solar)"
state: present
- lineinfile:
dest: /home/vagrant/.bashrc
line: export PYTHONWARNINGS="ignore"
state: present