linter
This commit is contained in:
parent
b219fef728
commit
3fbf71c800
2 changed files with 1 additions and 2 deletions
|
@ -24,7 +24,7 @@
|
|||
dest: "{{ minio_client_bin }}"
|
||||
owner: "root"
|
||||
group: "root"
|
||||
mode: 0755
|
||||
mode: "0755"
|
||||
checksum: "sha256:{{ _minio_client_checksum }}"
|
||||
register: _download_client
|
||||
until: _download_client is succeeded
|
||||
|
|
|
@ -15,7 +15,6 @@
|
|||
|
||||
# bug:delegate to geht nciht
|
||||
# linter
|
||||
# state absent einbauen
|
||||
|
||||
- name: include policy tasks
|
||||
ansible.builtin.include_tasks: policy.yml
|
||||
|
|
Loading…
Reference in a new issue