mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-08-31 02:11:52 -07:00
Comprehensive linter warning fixes
This commit is contained in:
parent
d17c364257
commit
1f910bd400
17 changed files with 62 additions and 41 deletions
|
@ -132,7 +132,7 @@
|
|||
register: path_to_workdir
|
||||
become: true
|
||||
|
||||
- name: "Extract Keycloak archive on target"
|
||||
- name: "Extract Keycloak archive on target" # noqa no-handler need to run this here
|
||||
ansible.builtin.unarchive:
|
||||
remote_src: true
|
||||
src: "{{ archive }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue