Skip to content

Commit

Permalink
remove version
Browse files Browse the repository at this point in the history
  • Loading branch information
aktech committed Jul 25, 2024
1 parent fa778cf commit 69463d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/redis/tasks/redis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

- name: Install redis

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

View workflow job for this annotation

GitHub Actions / Ansible Lint

fqcn[action-core]

Use FQCN for builtin module actions (apt).
apt:
name: redis={{version}}
name: redis
state: present
update_cache: yes
become: true
Expand Down

0 comments on commit 69463d0

Please sign in to comment.