src.nth.io/

summaryrefslogtreecommitdiff
path: root/mercurial/web/tasks
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2024-02-04 20:27:19 -0600
committerLuke Hoersten <[email protected]>2024-02-04 20:27:19 -0600
commit04edbf561c44e28753cbbaa3870b23b220cc644c (patch)
tree66a1fc151e8036d6ee1d1de6401cfe9d619a82c1 /mercurial/web/tasks
parente8be763403fb3d623b68ea6cb1781e61a72d28d4 (diff)
Tons of updates to fix migration to new server.
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}}"