mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2025-01-07 04:24:10 +01:00
bce4ff6f69
We do this since the redis package is soon to be deprecated: https://lists.archlinux.org/archives/list/arch-dev-public@lists.archlinux.org/thread/2ERGX565GSSBUMADBG7DQJYNPJD5GUXD/ Signed-off-by: Christian Heusel <christian@heusel.eu>
6 lines
141 B
YAML
6 lines
141 B
YAML
- name: Install valkey
|
|
pacman: name=valkey state=present
|
|
|
|
- name: Start and enable valkey
|
|
service: name=valkey enabled=yes state=started
|