Update somie comments

This commit is contained in:
Emilien Mantel
2018-03-17 18:47:35 +01:00
parent 0b0e395072
commit adf9e6074f
6 changed files with 9 additions and 10 deletions

View File

@@ -12,7 +12,7 @@
include: 'mariadb/upstream.yml'
when: mariadb_origin == 'upstream'
- name: APT | Install few MySQL related tools
- name: APT | Install few MariaDB related tools
apt:
pkg: "{{ item }}"
install_recommends: no