From 1170fc5a26e1cdccb0a3135569db2ded1d7bceb9 Mon Sep 17 00:00:00 2001 From: rominique Date: Mon, 18 Dec 2023 11:44:15 +0100 Subject: [PATCH] maj commentaire --- group_vars/vm.yml | 3 ++- update_nuage_instance.yml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/group_vars/vm.yml b/group_vars/vm.yml index 8be1443..bb871ec 100644 --- a/group_vars/vm.yml +++ b/group_vars/vm.yml @@ -9,7 +9,8 @@ nouvelle_version: 23.0.12 # 26.0.4 php_fpm_service: php8.0-fpm nextcloud_tmp_path: "/tmp/nextcloud/{{ domain }}" -nextcloud_db_name: "php_nuage_{{ domain }}" +nextcloud_backup_path: "/opt/nuage/backups/{{ domain }}" +nextcloud_db_name: "nextcloud" nextcloud_sources_files_path: "{{ nextcloud_files_path }}/sources" nextcloud_common_files_path: "{{ nextcloud_files_path }}/common" nextcloud_source: "{{ nextcloud_sources_files_path }}/nextcloud-{{ nouvelle_version }}" diff --git a/update_nuage_instance.yml b/update_nuage_instance.yml index eb40ebb..35c15e9 100644 --- a/update_nuage_instance.yml +++ b/update_nuage_instance.yml @@ -62,7 +62,7 @@ ansible.builtin.copy: src: "{{ nextcloud_common_files_path }}/nextcloud-{{ ancienne_version }}/" dest: "{{ nextcloud_common_files_path }}/nextcloud-{{ nouvelle_version }}" - remote_src: true # because the config file is already in the nextcloud_tmp_path + remote_src: true # because the copy is from remote host to remote host mode: '754' # or 'u=rwx,g=rx,o=r' when: not new_nextcloud_common.stat.exists -- 2.20.1