Compare commits

...

2 commits

Author SHA1 Message Date
2c27c07c38 Update docker.io/library/redis Docker tag to v8
Some checks failed
/ Ansible Lint (push) Failing after 47s
/ Ansible Lint (pull_request) Failing after 47s
2026-01-25 14:45:59 +00:00
d35f1cc779 GPG must be installed for the docker role to be able to add the repo
Some checks failed
/ Ansible Lint (push) Failing after 43s
2026-01-25 15:31:42 +01:00
2 changed files with 2 additions and 1 deletions

View file

@ -13,7 +13,7 @@ services:
restart: unless-stopped restart: unless-stopped
redis: redis:
image: docker.io/library/redis:7.4.7 image: docker.io/library/redis:8.4.0
ports: ports:
- "6379:6379" - "6379:6379"
volumes: volumes:

View file

@ -30,4 +30,5 @@
- dnsutils - dnsutils
- usbutils - usbutils
- kitty - kitty
- gpg
become: true become: true