Browse Source

update-cache

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

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

@ -5,7 +5,7 @@
register: mysql
- name: Install prerequisites packages
apt: pkg={{item}} state=installed install_recommends=no
apt: pkg={{item}} state=installed install_recommends=no update_cache=yes
with_items:
- python-software-properties
- php5-cli

Loading…
Cancel
Save