Skip to content
Snippets Groups Projects
Verified Commit 5a8f2771 authored by David Mehren's avatar David Mehren
Browse files

Improve task key order

parent dd0f1217
No related branches found
Tags v2.4.0
No related merge requests found
Pipeline #211218 failed
......@@ -108,6 +108,7 @@
when: gitlab_use_borgbackup
- name: Install postgres client binaries
when: gitlab_external_postgres
block:
- name: PostgreSQL | Make sure the CA certificates are available
ansible.builtin.apt:
......@@ -148,7 +149,6 @@
with_items:
- pg_dump
- psql
when: gitlab_external_postgres
- name: Copy registry cleanup service
ansible.builtin.copy:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment