ansible adds PYTHONIOENCODING to zshrc

This commit is contained in:
Marvin Steadfast 2015-08-24 13:49:34 +00:00
parent 1a75c42434
commit 15685c7169

View File

@ -47,4 +47,7 @@
repo=https://github.com/getpelican/pelican-plugins.git
dest=/vagrant/pelican-plugins
- name: export PYTHONIOENCODING to UTF-8
lineinfile:
dest=~/.zshrc
line="export PYTHONIOENCODING=UTF-8"