Skip to content
Snippets Groups Projects
Commit 42b50f61 authored by Lars Beckers's avatar Lars Beckers
Browse files

redis: fix linter errors

parent c2f7a183
No related branches found
No related tags found
No related merge requests found
---
# file: roles/redis-server/tasks/main.yml
- name: ensure we have redis installed
apt: name=redis-server
tags:
- packages
- redis
apt:
name: redis-server
state: present
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment