From 4b1160724fe66ec76f43f345061aa7cef6e9d9dc Mon Sep 17 00:00:00 2001 From: Timothée Ravier Date: Feb 28 2024 11:05:50 +0000 Subject: ci: Reformat package lists --- diff --git a/ci/compose-base.yaml b/ci/compose-base.yaml index fe067a0..a5017b0 100644 --- a/ci/compose-base.yaml +++ b/ci/compose-base.yaml @@ -2,7 +2,13 @@ tasks: - name: Install dependencies package: - name: ['jq', 'just', 'ostree', 'python3-pyyaml', 'rpm-ostree', 'selinux-policy-targeted'] + name: + - 'jq' + - 'just' + - 'ostree' + - 'python3-pyyaml' + - 'rpm-ostree' + - 'selinux-policy-targeted' state: present become: yes - name: Compose the base variant