From 6405fbc5cbe517894ae4d7cbd7e6c26c0309dd7a Mon Sep 17 00:00:00 2001 From: OldTyT Date: Thu, 28 Mar 2024 09:00:12 +0000 Subject: [PATCH] fix: upper registrations task --- tasks/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tasks/main.yml b/tasks/main.yml index 5247da0..eba6f96 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -2,12 +2,12 @@ - name: gitlab runner installation include_tasks: install.yml -- name: gitlab runner configuration - include_tasks: config.yml - - name: gitlab runner registration include_tasks: registration.yml +- name: gitlab runner configuration + include_tasks: config.yml + - name: GitLab Runner started service systemd_service: name: "gitlab-runner"