first commit - install and upgrade mariaDB on debian system through official mariaDB repo
This commit is contained in:
15
tasks/requirements.yml
Normal file
15
tasks/requirements.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
- name: mariadb | apt update cache
|
||||
ansible.builtin.apt:
|
||||
update_cache: yes
|
||||
cache_valid_time: 86400
|
||||
|
||||
- name: mariadb | install requirements
|
||||
ansible.builtin.apt:
|
||||
name:
|
||||
- apt-transport-https
|
||||
- lsb-release
|
||||
- ca-certificates
|
||||
- curl
|
||||
state: present
|
||||
|
||||
Reference in New Issue
Block a user