src.nth.io/

summaryrefslogtreecommitdiff
path: root/mercurial/web/tasks
diff options
context:
space:
mode:
Diffstat (limited to 'mercurial/web/tasks')
-rw-r--r--mercurial/web/tasks/main.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/mercurial/web/tasks/main.yaml b/mercurial/web/tasks/main.yaml
index 963b86f..4ba6b41 100644
--- a/mercurial/web/tasks/main.yaml
+++ b/mercurial/web/tasks/main.yaml
@@ -10,6 +10,12 @@
- "python3-pygments"
notify: restart uwsgi
+- name: make hgweb dir
+ become: yes
+ file:
+ path: "{{mercurial_uwsgi_root}}"
+ state: "directory"
+
- name: configure hgweb
become: yes
template: src="{{item}}.j2" dest="{{mercurial_uwsgi_root}}/{{item}}"