Add gitignore and fix up name for one of the tasks.
This commit is contained in:
parent
b405370ecc
commit
1772335874
|
@ -0,0 +1,2 @@
|
||||||
|
## Directory-based project format:
|
||||||
|
.idea/
|
|
@ -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 }}
|
||||||
|
|
Loading…
Reference in New Issue