self-hosting/roles/mariadb-install/tasks/main.yml

8 lines
102 B
YAML
Raw Normal View History

2021-10-31 13:09:44 +01:00
---
- name: install mariadb
apt:
name: mariadb-server
state: present
update_cache: yes