setup minio automation #229

Merged
mg merged 114 commits from minio_automation into master 2024-11-09 22:00:58 +01:00
Showing only changes of commit 96fb47ece3 - Show all commits

View file

@ -36,7 +36,7 @@
- name: "remove old policy files" - name: "remove old policy files"
ansible.builtin.file: ansible.builtin.file:
path: "{{ minio_config_dir }}/{{ item.name }}_ro" path: "{{ minio_config_dir }}/{{ item.name }}*"
state: absent state: absent
loop: "{{ minio_buckets }}" loop: "{{ minio_buckets }}"
when: '"absent" in item.state' when: '"absent" in item.state'