mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2026-07-30 11:24:59 +00:00
Fixing linting issues
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
# you can do so by deleting the data/tmp/kc-gzip-cache directory of the server distribution
|
||||
# It can be useful for instance if you redeployed custom providers or custom themes without
|
||||
# disabling themes caching in the previous server executions.
|
||||
- name: "Delete {{ keycloak.service_name }} theme cache directory"
|
||||
- name: "Delete theme cache directory: {{ keycloak.service_name }}"
|
||||
ansible.builtin.file:
|
||||
path: "{{ keycloak.home }}/data/tmp/kc-gzip-cache"
|
||||
state: absent
|
||||
|
||||
Reference in New Issue
Block a user