[dopr] create /home/cdic/.config dir

This commit is contained in:
Valentin Gologuzov 2015-06-11 14:28:30 +02:00
parent de023b7d94
commit 2acf7e46ef
2 changed files with 2 additions and 1 deletions

View file

@ -10,7 +10,7 @@
ignore_errors: True
with_items:
- /root/.ssh/known_hosts
- /etc/ssh/ssh_kno
- /etc/ssh/ssh_known_hosts
- name: provision dopr dev instance
hosts: dopr-stg

View file

@ -62,6 +62,7 @@
- file: path=/var/lib/cdic state=directory mode=0755 owner=cdic group=cdic
- file: path=/var/lib/cdic/openid state=directory mode=0755 owner=cdic group=cdic
- file: path=/var/lib/cdic/wp state=directory mode=0755 owner=cdic group=cdic
- file: path=/home/cdic/.config state=directory mode=0755 owner=cdic group=cdic
- name: copy cdic config
template: src="cdic.py" dest="/home/cdic/.config/cdic.py"