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,8 +1,7 @@
|
||||||
---
|
---
|
||||||
- name: install mariadb
|
- name: install mariadb
|
||||||
apt:
|
apt:
|
||||||
pkg: "{{ item }}"
|
pkg:
|
||||||
with_items:
|
|
||||||
- mariadb-server
|
- mariadb-server
|
||||||
- python-mysqldb
|
- python-mysqldb
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue