redis.yml 213 B

12345678
  1. ---
  2. # tasks/SmartOS/redis.yml: Deploy Redis
  3. # Specific to Ubuntu
  4. - include_vars: ../../vars/{{ ansible_distribution }}.yml
  5. - name: Ensure Redis is installed
  6. pkgin: name=redis state={{ redis_pkg_state }}