Skip to content

Commit

Permalink
Fix linter issues
Browse files Browse the repository at this point in the history
  • Loading branch information
hwo-wd committed Apr 17, 2024
1 parent c38642e commit d469d38
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions roles/keycloak_quarkus/tasks/deprecations.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
- name: keycloak_quarkus_key_store -> keycloak_quarkus_http_key_store renaming
- name: Check deprecation keycloak_quarkus_key_store -> keycloak_quarkus_http_key_store
delegate_to: localhost
run_once: true
when:
Expand All @@ -18,7 +18,7 @@
- print deprecation warning

- name: Flush handlers
meta: flush_handlers
ansible.builtin.meta: flush_handlers

- name: Ensure backward compatibility for `keycloak_quarkus_key_store_password`, superseded by `keycloak_quarkus_https_key_store_password`
when:
Expand All @@ -33,4 +33,4 @@
- print deprecation warning

- name: Flush handlers
meta: flush_handlers
ansible.builtin.meta: flush_handlers

0 comments on commit d469d38

Please sign in to comment.