From 094bb497f4a7b630e77149da95e5cf7c0a8fec4f Mon Sep 17 00:00:00 2001
From: ynerant <ynerant@crans.org>
Date: Wed, 17 Feb 2021 12:07:50 +0100
Subject: [PATCH] [belenios] Sort APT dependencies

Signed-off-by: ynerant <ynerant@crans.org>
---
 roles/belenios/tasks/main.yml | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/roles/belenios/tasks/main.yml b/roles/belenios/tasks/main.yml
index bd80f572..e69ec1b7 100644
--- a/roles/belenios/tasks/main.yml
+++ b/roles/belenios/tasks/main.yml
@@ -6,32 +6,32 @@
     name:
       - bubblewrap
       - build-essential
+      - ca-certificates
+      - cracklib-runtime
+      - jq
+      - libgd-securityimage-perl
       - libgmp-dev
+      - libncurses-dev
       - libpcre3-dev
-      - pkg-config
-      - m4
       - libssl-dev
       - libsqlite3-dev
+      - m4
+      - pkg-config
+      - unzip
       - wget
-      - ca-certificates
       - zip
-      - unzip
-      - libncurses-dev
       - zlib1g-dev
-      - libgd-securityimage-perl
-      - cracklib-runtime
-      - jq
 
       # OCamL build dependencies
       - dune
+      - eliom
       - libatdgen-ocaml-dev
-      - libzarith-ocaml-dev
-      - libcryptokit-ocaml-dev
-      - libcmdliner-ocaml-dev
       - libcalendar-ocaml-dev
-      - eliom
+      - libcmdliner-ocaml-dev
+      - libcryptokit-ocaml-dev
       - libcsv-ocaml-dev
       - libgettext-ocaml-dev
+      - libzarith-ocaml-dev
 
       # Web server dependencies
       - ocsigenserver
-- 
GitLab