EOX GitLab Instance
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
maria_db
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ansible-public
maria_db
Commits
d538312b
Commit
d538312b
authored
10 months ago
by
Nicolas Baudoin
Browse files
Options
Downloads
Patches
Plain Diff
Minor change in conditions
parent
4f345b25
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tasks/sso.yml
+3
-4
3 additions, 4 deletions
tasks/sso.yml
with
3 additions
and
4 deletions
tasks/sso.yml
+
3
−
4
View file @
d538312b
...
...
@@ -85,7 +85,7 @@
('LoginOIDC', 'redirectUriOverride', '{{ loginoidc.redirect_uri_override }}', '', 0),
('LoginOIDC', 'allowedSignupDomains', '{{ loginoidc.allowed_signup_domains }}', '', 0)
ON DUPLICATE KEY UPDATE setting_value=VALUES(setting_value);
when
:
(piwik_oidc_table.query_result[0] | length == 0) and
mariadb_matomo
when
:
mariadb_matomo
### Update in case it's needed
-
name
:
Update LoginOIDC plugin settings in Matomo
...
...
@@ -117,8 +117,7 @@
ELSE setting_value
END
WHERE plugin_name = 'LoginOIDC';
when
:
mariadb_matomo
# or any other condition that fits your requirements
ignore_errors
:
no
register
:
update_result
when
:
mariadb_matomo
# register: update_result
########## MATOMO END############
\ No newline at end of file
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