Commit 79481d6c by Feanil Patel

User and group should be created by the apt redis package.

parent caeb1546
......@@ -29,12 +29,6 @@
with_items: redis_debian_pkgs
notify: reload redis
- name: ensure the redis group exists
group: name={{ redis_group }} state=present
- name: ensure the redis user exists
user: name={{ redis_user }} append=yes group={{ redis_group }}
- name: update redis configuration
template: >
src=etc/redis/redis.conf.j2
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment