X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=blobdiff_plain;f=tasks%2Fverif_installation_nextcloud.yml;h=bb679e4c97244d4a1eb87841fba9ace3a926a137;hb=2ea484b79f456fc11514abcdf138582d892e718f;hp=4ee4e46af654dfd4f553617f27dd9cbb7e35fbd2;hpb=5f7ed8e1233e5b2bb33ac343113d3fa5bfe77ec3;p=lhc%2Fansible.git diff --git a/tasks/verif_installation_nextcloud.yml b/tasks/verif_installation_nextcloud.yml index 4ee4e46..bb679e4 100644 --- a/tasks/verif_installation_nextcloud.yml +++ b/tasks/verif_installation_nextcloud.yml @@ -10,18 +10,6 @@ path: "{{ nextcloud_common }}" register: new_nextcloud_common -# - name: Obtenir l'ancienne version # noqa : command-instead-of-module -# become_user: "{{ nextcloud_websrv_user }}" -# become: true -# ansible.builtin.command: '{{ nextcloud_webroot }}/console status --output=json' -# register: result - -# - name: Enregistrer l'ancienne version -# ansible.builtin.set_fact: -# ancienne_version: "{{ tmp.versionstring }}" -# vars: -# tmp: "{{ result.stdout | from_json }}" - - name: Include download_nextcloud_source tasks ansible.builtin.include_tasks: tasks/download_nextcloud_source.yml when: not new_nextcloud_source.stat.exists