setup minio automation #229
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@
|
|||
|
||||
- name: "remove old policy files"
|
||||
ansible.builtin.file:
|
||||
path: "{{ minio_config_dir }}/{{ item.name }}_ro"
|
||||
path: "{{ minio_config_dir }}/{{ item.name }}*"
|
||||
state: absent
|
||||
loop: "{{ minio_buckets }}"
|
||||
when: '"absent" in item.state'
|
||||
|
|
Loading…
Reference in a new issue