mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-04-06 10:50:31 -07:00
downstream: remove problematic owner of downloaded zipfile
This commit is contained in:
parent
2a7395c444
commit
70834ccf13
1 changed files with 0 additions and 1 deletions
|
@ -110,7 +110,6 @@
|
||||||
product_id: "{{ (rhn_filtered_products | first).id }}"
|
product_id: "{{ (rhn_filtered_products | first).id }}"
|
||||||
dest: "{{ local_path.stat.path }}/{{ keycloak.bundle }}"
|
dest: "{{ local_path.stat.path }}/{{ keycloak.bundle }}"
|
||||||
mode: '0640'
|
mode: '0640'
|
||||||
owner: "{{ lookup('env', 'USER') | default(omit) }}"
|
|
||||||
no_log: "{{ omit_rhn_output | default(true) }}"
|
no_log: "{{ omit_rhn_output | default(true) }}"
|
||||||
delegate_to: localhost
|
delegate_to: localhost
|
||||||
run_once: true
|
run_once: true
|
||||||
|
|
Loading…
Add table
Reference in a new issue