ctucx.git: ansible-configs

My personal ansible roles and playbooks [deprecated in favor of nixos]

commit 63437ef983760bc5d1ba1fde1ae1abf5df123a23
parent d3c0dee112af08e76ad85f0892dd43a0c7c9ad0b
Author: Leah (ctucx) <leah@ctu.cx>
Date: Fri, 26 Feb 2021 14:43:17 +0100

bleb
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/roles/cgit/tasks/install.yml b/roles/cgit/tasks/install.yml
@@ -2,7 +2,13 @@
 
 - name: "[Alpine] Install Package(s): cgit and it's dependecys"
   apk:
-    name: cgit git spawn-fcgi fcgiwrap py3-markdown py3-pygments
+    name:
+      - cgit
+      - git
+      - spawn-fcgi
+      - fcgiwrap
+      - py3-markdown
+      - py3-pygments
     state: present
   when:
     - ansible_distribution == "Alpine"