feat(ansible): Met à jour le port Redis et renomme le script de mise à jour.

This commit is contained in:
Serreau Jovann
2025-11-16 19:44:31 +01:00
parent 3ade1f4635
commit 4ee5cd91ac
2 changed files with 2 additions and 12 deletions

View File

@@ -6,7 +6,7 @@ CYAN='\033[0;36m'
RESET='\033[0m' # Reset color to default
echo "${CYAN}##########################${RESET}"
echo "${CYAN}# MAINFRAME UPDATE START #${RESET}"
echo "${CYAN}# E-COSPLAY UPDATE START #${RESET}"
echo "${CYAN}##########################${RESET}"
ansible-playbook -i ansible/hosts.ini ansible/playbook.yml
echo "${CYAN}##############${RESET}"