Update to running setup.
This commit is contained in:
parent
4e7d737baa
commit
7a27141927
2
meta/.galaxy_install_info
Normal file
2
meta/.galaxy_install_info
Normal file
@ -0,0 +1,2 @@
|
||||
install_date: 'Do 14 Mai 2026 19:50:54 '
|
||||
version: ''
|
||||
@ -6,20 +6,9 @@
|
||||
install_recommends: yes
|
||||
pkg:
|
||||
- apt-transport-https
|
||||
- software-properties-common
|
||||
- gpg
|
||||
- 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
|
||||
file:
|
||||
state: directory
|
||||
|
||||
Loading…
Reference in New Issue
Block a user