This commit is contained in:
Michael Grote 2024-11-09 21:30:31 +01:00
parent 3fbf71c800
commit 3652309f1f
2 changed files with 4 additions and 3 deletions

View file

@ -19,6 +19,7 @@ pvresize_to_max: true
pip_package: python3-pip
pip_install_packages:
- name: docker # für munin-plugin docker_
- name: minio # für ansible-minio_configure-Rolle
### mgrote.apt_manage_packages
apt_packages_extra:

View file

@ -13,9 +13,6 @@
secret_key: "{{ minio_root_secret_key }}"
state: present
# bug:delegate to geht nciht
# linter
- name: include policy tasks
ansible.builtin.include_tasks: policy.yml
@ -34,3 +31,6 @@
state: "{{ item.state | default('present') }}"
loop: "{{ minio_users }}"
no_log: true
# Bug: delegate_to: localhost
# in ansible-devspace wird das Python Paket "minio" nicht gefunden