src.nth.io/

summaryrefslogtreecommitdiff
path: root/mercurial/web/tasks
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2022-09-11 14:08:17 -0500
committerLuke Hoersten <[email protected]>2022-09-11 14:08:17 -0500
commit1d5bd68a5548df8d84681780c924552f03066ac5 (patch)
tree3d90186f36439b3eb8f3b5618ac3f49f4dcbe285 /mercurial/web/tasks
parentc018dfc1e906811e6b0b508db621104c1908aa27 (diff)
Fixed uwsgi hosting for src.nth.io.
Diffstat (limited to 'mercurial/web/tasks')
-rw-r--r--mercurial/web/tasks/main.yaml11
1 files changed, 6 insertions, 5 deletions
diff --git a/mercurial/web/tasks/main.yaml b/mercurial/web/tasks/main.yaml
index ba3c27c..963b86f 100644
--- a/mercurial/web/tasks/main.yaml
+++ b/mercurial/web/tasks/main.yaml
@@ -1,13 +1,10 @@
---
-- name: pip install mercurial
- become: yes
- pip: name="mercurial" executable="pip3"
-
- name: apt install uwsgi
become: yes
apt: name="{{item}}"
loop:
+ - "mercurial"
- "uwsgi"
- "uwsgi-plugin-python3"
- "python3-pygments"
@@ -36,4 +33,8 @@
- name: ensure uwsgi service is started
become: yes
- systemd: name="uwsgi.service" enabled="yes"
+ systemd: name="[email protected]" enabled="yes"
+
+- name: ensure uwsgi service is started
+ become: yes
+ systemd: name="[email protected]" enabled="yes"