correction de config_postgres
[lhc/ansible.git] / update_nuage_instance.yml
index c1d8fe4..fa70f08 100644 (file)
         ansible_become: true
         become_user: nextcloud
 
-    - name: Create new app common folder from old version one
-      become_user: nextcloud
+    - name: Création du dossier common de la nouvelle version en utilisant les apps de l'instance test-nuage
       become: true
       ansible.builtin.copy:
-        src: "{{ nextcloud_common_files_path }}/nextcloud-{{ ancienne_version }}/"
+        src: "/home/sites/data/org/heureux-cyclage/test-nuage/apps/"
         dest: "{{ nextcloud_common_files_path }}/nextcloud-{{ nouvelle_version }}"
         remote_src: true # because the copy is from remote host to remote host
         mode: '754' # or 'u=rwx,g=rx,o=r'
+        owner: nextcloud
+        group: nextcloud
       when: not new_nextcloud_common.stat.exists
 
     - name: Include backup tasks