1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Rename centos.yml to centos.yml.unused

This commit is contained in:
A Holt 2021-08-02 13:45:56 -04:00 committed by GitHub
parent d1935baa8a
commit 42231bfe96
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,7 @@
- name: Install MySQL
package: name={{ item }}
state=present
with_items:
- mysql-connector-python
- mariadb-server
- mariadb