Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LQDN Adminsys
piops-roles
sso-lqdn
Commits
1e12f73f
Commit
1e12f73f
authored
May 12, 2021
by
nono
💻
Browse files
Merge branch 'master' of git.laquadrature.net:lqdn-interne/piops-roles/sso-lqdn
parents
37f41d09
7b67d954
Changes
1
Hide whitespace changes
Inline
Side-by-side
tasks/install-service.yml
View file @
1e12f73f
...
...
@@ -4,6 +4,7 @@
stat
:
path
:
"
{{
keycloak_jboss_home
}}"
register
:
existing_deploy
debug
:
-
block
:
-
name
:
Stopping the old keycloak service
...
...
@@ -16,7 +17,7 @@
file
:
path
:
"
{{
keycloak_jboss_home
}}"
state
:
absent
when
:
existing_deploy.stat.exists and keycloak_force_install | bool
when
:
(
existing_deploy.stat.exists and keycloak_force_install
)
| bool
-
name
:
Checking for an existing deployment after possible forced removal
stat
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment