Browse Source

debug algo on mariadb

pull/1/head
root 9 years ago
parent
commit
5abae8efb3
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      roles/mariadb/tasks/main.yml

+ 1
- 0
roles/mariadb/tasks/main.yml View File

@ -1,6 +1,7 @@
---
- name: MySQL already installed ?
shell: dpkg -l|grep mysql|grep -iq serv
ignore_errors: true
register: mysql
- name: Install prerequisites packages

Loading…
Cancel
Save