Browse Source

typo

pull/1/head
theonlydoo 9 years ago
parent
commit
50f207aa30
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      roles/mariadb/tasks/main.yml

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

@ -4,6 +4,8 @@
ignore_errors: true
register: mysql
- name: update apt-cache
apt: update_cache=yes
- name: Install prerequisites packages
apt: pkg={{item}} state=installed install_recommends=no update_cache=yes
with_items:

Loading…
Cancel
Save