Added all

This commit is contained in:
2026-05-27 12:11:32 +02:00
parent aaae16f141
commit 3fe81f42a2
11 changed files with 12 additions and 65 deletions

View File

@@ -2,5 +2,5 @@
- hosts: database
become: true
tasks:
- name: install mysql-server
apt: name=mysql-server state=present update_cache=yes
- name: install default-mysql-server
apt: name=default-mysql-server state=present update_cache=yes