updated apt to work with new ansible

This commit is contained in:
nd 2018-11-13 08:09:14 +01:00
parent ea4c2097d4
commit 78e0e0d636
No known key found for this signature in database
GPG key ID: 21B5CD4DEE3670E9

View file

@ -1,10 +1,9 @@
--- ---
- name: install mariadb - name: install mariadb
apt: apt:
pkg: "{{ item }}" pkg:
with_items: - mariadb-server
- mariadb-server - python-mysqldb
- python-mysqldb
- name: create mariadb dbs - name: create mariadb dbs
mysql_db: mysql_db: