Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
keycloak
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
FSI Ansible
keycloak
Commits
6fdf7145
Verified
Commit
6fdf7145
authored
2 years ago
by
David Mehren
Browse files
Options
Downloads
Patches
Plain Diff
Fix provider file mode
parent
12ca9eb4
No related branches found
No related tags found
No related merge requests found
Pipeline
#93515
passed
2 years ago
Stage: linting
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tasks/main.yml
+1
-1
1 addition, 1 deletion
tasks/main.yml
with
1 addition
and
1 deletion
tasks/main.yml
+
1
−
1
View file @
6fdf7145
...
...
@@ -121,7 +121,7 @@
dest
:
"
{{
keycloak_jboss_home
}}/providers/{{
item.name
}}"
url
:
"
{{
item.url
}}"
force
:
true
mode
:
644
mode
:
0
644
with_items
:
"
{{
keycloak_custom_deployments
}}"
notify
:
-
build keycloak
...
...
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