Skip to content

Commit

Permalink
add redis to the list
Browse files Browse the repository at this point in the history
  • Loading branch information
aktech committed Jul 25, 2024
1 parent 62d9025 commit f422734
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions playbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
- nfs
- mysql
- postgresql
- redis
- minio
- backups
- traefik
Expand Down
1 change: 1 addition & 0 deletions roles/redis/tasks/redis.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---

Check failure on line 1 in roles/redis/tasks/redis.yaml

View workflow job for this annotation

GitHub Actions / Ansible Lint

schema[tasks]

$[0] 'block' is a required property
- name: Install Redis
become: true
tasks:
- name: Add Redis PPA
ansible.builtin.apt_repository:
Expand Down

0 comments on commit f422734

Please sign in to comment.