ci: linter version update fixes

This commit is contained in:
Guido Grazioli
2022-05-11 11:33:52 +02:00
parent 3b45c133b8
commit 9278d3440e
6 changed files with 12 additions and 6 deletions

View File

@@ -16,7 +16,8 @@
path: "{{ keycloak_jboss_home }}"
register: existing_deploy
- block:
- name: Stop and restart if existing deployment exists and install forced
block:
- name: "Stop the old {{ keycloak.service_name }} service"
become: yes
ignore_errors: yes