Skip to content
This repository was archived by the owner on Oct 7, 2025. It is now read-only.

Commit 682cab6

Browse files
committed
Fixing-github-actions
1 parent cc8b14f commit 682cab6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/debian/gitlab/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,13 +169,13 @@
169169
- name: Reload systemd daemon
170170
ansible.builtin.systemd_service:
171171
daemon_reload: true
172+
when: is_local is not defined or not is_local
172173

173174
- name: Enable and start the LE renewal timer
174175
ansible.builtin.systemd:
175176
name: gitlab-renew-le.timer
176177
enabled: true
177178
state: started
178-
when: is_local is not defined or not is_local
179179

180180
# @TODO - this task fails in CI with GitHub Actions because PostGreSQL isn't running
181181
- name: Run the GitLab configuration script for config that cannot be set in gitlab.rb.

0 commit comments

Comments
 (0)