Also update the tasks file
This commit is contained in:
parent
7bb0d146fc
commit
dd2e43a3ca
1 changed files with 3 additions and 3 deletions
|
@ -40,9 +40,9 @@
|
||||||
notify:
|
notify:
|
||||||
- restart apache
|
- restart apache
|
||||||
|
|
||||||
- name: copy ipsilon wsgi
|
- name: copy ipsilon httpd config
|
||||||
copy: src=ipsilon.wsgi
|
copy: src=ipsilon.conf
|
||||||
dest=/etc/httpd/conf.d/ipsilon.wsgi
|
dest=/etc/httpd/conf.d/ipsilon.conf
|
||||||
|
|
||||||
- name: copy persona private key
|
- name: copy persona private key
|
||||||
copy: src={{ private }}/files/ipsilon/persona.key dest=/etc/ipsilon/persona.key
|
copy: src={{ private }}/files/ipsilon/persona.key dest=/etc/ipsilon/persona.key
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue