nextcloud / ansible-collection-nextcloud-admin

The ansible galaxy for your nextcloud administrative needs.
https://galaxy.ansible.com/nextcloud/admin
BSD 2-Clause "Simplified" License
138 stars 77 forks source link

CI - latest version cannot install contacts #331

Closed staticdev closed 8 months ago

staticdev commented 10 months ago

From logs:

TASK [nextcloud.admin.install_nextcloud : nc_apps | Enable the application "contacts"] ***
  fatal: [instance]: FAILED! => {"changed": true, "cmd": ["php", "occ", "app:enable", "contacts"], "delta": "0:00:00.306325", "end": "2023-12-24 19:48:08.739668", "msg": "non-zero return code", "rc": 1, "start": "2023-12-24 19:48:08.433343", "stderr": "", "stderr_lines": [], "stdout": "App \"Contacts\" cannot be installed because it is not compatible with this version of the server.", "stdout_lines": ["App \"Contacts\" cannot be installed because it is not compatible with this version of the server."]}
aalaesar commented 8 months ago

Fixed by #341