Do the same for gitweb role
This commit is contained in:
parent
cb4cb59f32
commit
e8cd7dc58a
@ -9,13 +9,11 @@
|
||||
file:
|
||||
path: "{{ gitweb_webroot }}"
|
||||
mode: "0755"
|
||||
recurse: yes
|
||||
state: directory
|
||||
- name: Clone repo
|
||||
git:
|
||||
repo: "{{ gitweb_repo }}"
|
||||
dest: "{{ gitweb_webroot }}"
|
||||
force: yes
|
||||
- name: Register certificates
|
||||
block:
|
||||
- name: Configure insecure virtual host configs
|
||||
|
Loading…
Reference in New Issue
Block a user