From 6fac6c8a0d3f09b3eac0fd2958a73879beff63e7 Mon Sep 17 00:00:00 2001 From: yohan <783b8c87@scimetis.net> Date: Thu, 31 Oct 2024 20:22:30 +0100 Subject: [PATCH] Fix wrong comment. --- tasks/mysql-server_install_from_backup_stage_1.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/mysql-server_install_from_backup_stage_1.yml b/tasks/mysql-server_install_from_backup_stage_1.yml index 52dc1aa..e817a00 100644 --- a/tasks/mysql-server_install_from_backup_stage_1.yml +++ b/tasks/mysql-server_install_from_backup_stage_1.yml @@ -25,7 +25,7 @@ with_items: - debian.cnf -# A local volume is needed where other stacks will be able to copy scripts like Nextcloud's nettoyer_quotas.sh + # A local volume is needed where other stacks will be able to copy scripts - name: Create /mnt/volumes/mysql-server_scripts directory ansible.builtin.file: path: "/mnt/volumes/mysql-server_scripts"