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