Add gitignore and fix up name for one of the tasks.

This commit is contained in:
Dorian 2015-01-08 18:12:04 -05:00
parent b405370ecc
commit 1772335874
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
## Directory-based project format:
.idea/

View File

@ -13,7 +13,7 @@
- virtualenvs - virtualenvs
sudo: yes sudo: yes
- name: setup webapp deployment configuration + log folders with the correct permissions - name: link remote folders with webapp home folder
file: state=link file: state=link
path={{ web_app_home }}/{{ item.value }} path={{ web_app_home }}/{{ item.value }}
src={{ item.key }} src={{ item.key }}