From 04edbf561c44e28753cbbaa3870b23b220cc644c Mon Sep 17 00:00:00 2001 From: Luke Hoersten Date: Sun, 4 Feb 2024 20:27:19 -0600 Subject: Tons of updates to fix migration to new server. --- mercurial/web/tasks/main.yaml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'mercurial/web') 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}}" -- cgit v1.2.3