Initial commit

This commit is contained in:
Patrick Neff 2022-07-08 21:50:47 +02:00
commit e18c0be9e9
2 changed files with 10 additions and 0 deletions

4
meta/main.yml Normal file
View File

@ -0,0 +1,4 @@
galaxy_info:
role_name: redis
dependencies: []

6
tasks/main.yml Normal file
View File

@ -0,0 +1,6 @@
- name: Install packages.
tags: redis
become: true
ansible.builtin.package:
name:
- redis-server