Merge pull request 'master' (!4) from marco.procaccini/ansible-role-shinyproxy:master into master

Reviewed-on: #4
This commit is contained in:
Andrea Dell'Amico 2025-07-21 17:26:22 +02:00
commit c99707ce21
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
---
- name: Manage the installation of the REDIS service
run_once: true
tags: shinyproxy_redis
tags: shinyproxy_redis, shinyproxy, shinyproxy_swarm, docker
block:
- name: Create the compose directory for the REDIS Swarm stack
ansible.builtin.file:

View File

@ -10,7 +10,7 @@ secrets:
services:
{{ shinyproxy_redis_service_name }}:
image: {{ shiniproxy_redis_image }}
image: {{ shinyproxy_redis_image }}
networks:
- haproxy-public
- {{ shinyproxy_docker_network }}