first commit - install and upgrade mariaDB on debian system through official mariaDB repo
This commit is contained in:
11
tasks/main.yml
Normal file
11
tasks/main.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
- name: mariadb | requirements
|
||||
include_tasks: requirements.yml
|
||||
|
||||
- name: mariadb | upgrade
|
||||
include_tasks: upgrade.yml
|
||||
when: mariadb_force_upgrade | bool
|
||||
|
||||
- name: mariadb | installation
|
||||
include_tasks: install.yml
|
||||
when: not mariadb_force_upgrade | bool
|
||||
Reference in New Issue
Block a user