maj commentaire
[lhc/ansible.git] / update_nuage_instance.yml
index eb40ebb..35c15e9 100644 (file)
@@ -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