Fix deprecation warning

See: https://github.com/ansible/ansible/issues/85539
This commit is contained in:
Faustin Lammler 2025-08-25 11:37:02 +02:00
parent 0928bd36c0
commit bc49ab7130
No known key found for this signature in database
GPG Key ID: 390A2F27832A5C79
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@
# Python interpreter needs to be specified (pb on Fedora 37 that has python
# 3.11) see: https://github.com/ansible/containmint/issues/9
ansible_python_interpreter: /usr/bin/python3
ansible_managed: "Ansible managed"
# Configure the following to use official MariaDB repository
# see: https://downloads.mariadb.org/mariadb/repositories
mariadb_use_official_repo: false