[dopr] create /home/cdic/.config dir
This commit is contained in:
parent
de023b7d94
commit
2acf7e46ef
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue