Minor semantic change in gitweb role
This commit is contained in:
parent
3ab2f9b425
commit
08e81dea25
@ -14,10 +14,10 @@
|
||||
git:
|
||||
repo: "{{ gitweb_repo }}"
|
||||
dest: "{{ gitweb_webroot }}"
|
||||
- name: Copy over virtual host configs
|
||||
template:
|
||||
src: apache2-vhost-ssl.conf
|
||||
dest: "/etc/apache2/sites-enabled/{{ gitweb_url }}.conf"
|
||||
- name: Copy over virtual host configs
|
||||
template:
|
||||
src: apache2-vhost-ssl.conf
|
||||
dest: "/etc/apache2/sites-enabled/{{ gitweb_url }}.conf"
|
||||
- name: Generate certificate
|
||||
include_role:
|
||||
name: https
|
||||
|
Loading…
Reference in New Issue
Block a user