make it work on centos8

This commit is contained in:
2021-10-19 15:37:37 +02:00
parent fb3557e29c
commit 6fe9bbc085
3 changed files with 5 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
---
- name: OS vars
include_vars: "{{ ansible_distribution|lower }}.yml"
include_vars: "{{ ansible_distribution|lower }}{{ ansible_distribution_major_version }}.yml"
tags: always
- name: install prerequisite
package:

3
vars/centos8.yml Normal file
View File

@@ -0,0 +1,3 @@
packages_list:
- python3-mysql
admin_group: wheel