redis tools package should be redis-tools

This commit is contained in:
staticsafe 2017-11-26 17:39:01 -05:00
parent b9c8c0a9b0
commit e8e2dd6b00
1 changed files with 1 additions and 1 deletions

View File

@ -4,5 +4,5 @@
- name: Install redis
apt: name={{ item }} state=latest update_cache=yes
with_items:
- redis
- redis-tools
- redis-server