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"