redis.yml 226 B

12345678910
  1. ---
  2. # tasks/SmartOS/redis.yml: Deploy redis
  3. # Specific to Ubuntu
  4. - include_vars: "{{ ansible_distribution }}.yml"
  5. tags: redis
  6. - name: Ensure redis is installed
  7. tags: redis
  8. pkgin: name=redis state={{ redis_pkg_state }}