Remove MariaDB configuration
We don't use it in this general role
This commit is contained in:
parent
1724904387
commit
ad6773ab7f
3 changed files with 0 additions and 32 deletions
|
@ -2,9 +2,6 @@
|
|||
- import_tasks: packages.yml
|
||||
tags: packages
|
||||
|
||||
- import_tasks: mariadb.yml
|
||||
tags: mariadb
|
||||
|
||||
- name: "Munin"
|
||||
include_tasks: munin.yml
|
||||
when: "'munin' in ansible_facts.packages"
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
- name: "mariadb | Kopiere Serverkonfiguration"
|
||||
template:
|
||||
src: 90-sao.cnf.j2
|
||||
dest: /etc/mysql/mariadb.conf.d/90-sao.cnf
|
||||
notify: restart mariadb
|
Loading…
Add table
Add a link
Reference in a new issue