agaric-coop/box/provisioning/roles/geerlingguy.redis/tasks/setup-Archlinux.yml

6 lines
100 B
YAML
Raw Normal View History

---
- name: Ensure Redis is installed.
pacman:
name: "{{ redis_package }}"
state: present