Add install mariadb
This commit is contained in:
parent
5ad36edb60
commit
07aaa42b00
1 changed files with 7 additions and 0 deletions
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
|
||||
- name: install mariadb
|
||||
apt:
|
||||
name: mariadb-server
|
||||
state: present
|
||||
update_cache: yes
|
Loading…
Reference in a new issue