Update to running setup.

This commit is contained in:
Lars Hahn 2026-06-16 15:09:55 +02:00
parent 4e7d737baa
commit 7a27141927
2 changed files with 2 additions and 11 deletions

View File

@ -0,0 +1,2 @@
install_date: 'Do 14 Mai 2026 19:50:54 '
version: ''

View File

@ -6,20 +6,9 @@
install_recommends: yes install_recommends: yes
pkg: pkg:
- apt-transport-https - apt-transport-https
- software-properties-common
- gpg - gpg
- gpg-agent - gpg-agent
- name: install mariadb repository key
apt_key:
url: https://mariadb.org/mariadb_release_signing_key.asc
state: present
- name: install mariadb repository
apt_repository:
repo: "deb [arch={{ ansible_kernel.split('-')[-1] }}] https://archive.mariadb.org/mariadb-{{ mariadb_version }}/repo/debian/ {{ ansible_distribution_release }} main"
state: present
- name: setup mariadb config path - name: setup mariadb config path
file: file:
state: directory state: directory