updated apt to work with new ansible
This commit is contained in:
parent
ea4c2097d4
commit
78e0e0d636
1 changed files with 3 additions and 4 deletions
|
|
@ -1,10 +1,9 @@
|
|||
---
|
||||
- name: install mariadb
|
||||
apt:
|
||||
pkg: "{{ item }}"
|
||||
with_items:
|
||||
- mariadb-server
|
||||
- python-mysqldb
|
||||
pkg:
|
||||
- mariadb-server
|
||||
- python-mysqldb
|
||||
|
||||
- name: create mariadb dbs
|
||||
mysql_db:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue