Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
Gitlab
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FSI Ansible
Gitlab
Commits
713fef22
Verified
Commit
713fef22
authored
6 months ago
by
Falk Rehse
Browse files
Options
Downloads
Patches
Plain Diff
Fix
parent
1d7688fd
No related branches found
No related tags found
1 merge request
!6
Pipefail
Pipeline
#270639
passed
6 months ago
Stage: linting
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
tasks/main.yml
+1
-2
1 addition, 2 deletions
tasks/main.yml
with
1 addition
and
2 deletions
tasks/main.yml
+
1
−
2
View file @
713fef22
...
@@ -176,9 +176,8 @@
...
@@ -176,9 +176,8 @@
daemon-reload
:
true
daemon-reload
:
true
when
:
gitlab_enable_offline_registry_cleanup
when
:
gitlab_enable_offline_registry_cleanup
# noqa risky-shell-pipe
-
name
:
Apply registry database migrations
-
name
:
Apply registry database migrations
ansible.builtin.shell
:
yes | gitlab-ctl registry-database migrate up
ansible.builtin.shell
:
yes | gitlab-ctl registry-database migrate up
# noqa risky-shell-pipe
register
:
migration_result
register
:
migration_result
changed_when
:
'
"OK:
applied
0
migrations"
not
in
migration_result.stdout'
changed_when
:
'
"OK:
applied
0
migrations"
not
in
migration_result.stdout'
failed_when
:
'
"OK:
applied"
not
in
migration_result.stdout'
failed_when
:
'
"OK:
applied"
not
in
migration_result.stdout'
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment