meta: deprecate mariadb role

This commit is contained in:
2024-10-29 17:49:00 +01:00
parent c847046720
commit 3b9d6e19da
3 changed files with 9 additions and 2 deletions

View File

@ -1,4 +1,10 @@
---
- name: Warn about deprecation
ansible.builtin.debug:
msg: >-2
This ansible role is moved to the finallycoffee.databases collection
and will be removed soon!
- name: Ensure mariadb container image '{{ mariadb_container_image }}' is {{ mariadb_state }}
community.docker.docker_image:
name: "{{ mariadb_container_image }}"