Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
databases
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
Container registry
Model registry
Operate
Environments
Monitor
Incidents
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
infra
ansible-shared
databases
Merge requests
!5
mysql/postgres: fix warning that when uses raw variables
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
mysql/postgres: fix warning that when uses raw variables
when-jinja
into
master
Overview
0
Commits
1
Pipelines
1
Changes
2
Merged
Lars Beckers
requested to merge
when-jinja
into
master
3 years ago
Overview
0
Commits
1
Pipelines
1
Changes
2
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
7ac8855f
1 commit,
3 years ago
2 files
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
mysql/tasks/main.yml
+
1
−
1
Options
@@ -25,7 +25,7 @@
enabled
:
true
-
name
:
setup mysql backups with rsnapshot
when
:
'
{{
mysql_rsnapshot
}}'
when
:
mysql_rsnapshot
block
:
-
name
:
ensure a read-only mysql user for backups exists
mysql_user
:
Loading