mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-08-23 22:41:51 -07:00
fix: linter
This commit is contained in:
parent
9987f6a044
commit
78d5499abf
5 changed files with 11 additions and 6 deletions
|
@ -52,9 +52,10 @@
|
|||
delegate_to: localhost
|
||||
|
||||
- name: Download keycloak archive
|
||||
ansible.builtin.get_url:
|
||||
ansible.builtin.get_url: # noqa risky-file-permissions delegated, uses controller host user
|
||||
url: "{{ keycloak_quarkus_download_url }}"
|
||||
dest: "{{ local_path.stat.path }}/{{ keycloak.bundle }}"
|
||||
mode: 0640
|
||||
delegate_to: localhost
|
||||
when:
|
||||
- archive_path is defined
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue