diff --git a/README.md b/README.md index 977ac7c..7ff08b8 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Role Variables | name | default | comments | |------|---------|----------| -| nextcloud_package_url | `https://download.nextcloud.com/server/releases/nextcloud-12.0.3.tar.bz2` | URL to download the nextcloud package from | +| nextcloud_package_url | `https://download.nextcloud.com/server/releases/nextcloud-13.0.2.tar.bz2` | URL to download the nextcloud package from | | nextcloud_package_destination | `"{{ ansible_env.HOME }}"` | This is a temporary location to download the package to. Generally doesn't need to be tweaked. | | nextcloud_use_firewalld | yes | Whether or not `firewalld` is in use on the remote | diff --git a/defaults/main.yml b/defaults/main.yml index 93972c3..bf8d18f 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -1,5 +1,5 @@ --- # defaults file for nextcloud -nextcloud_package_url: https://download.nextcloud.com/server/releases/nextcloud-12.0.3.tar.bz2 +nextcloud_package_url: https://download.nextcloud.com/server/releases/nextcloud-13.0.2.tar.bz2 nextcloud_package_destination: "{{ ansible_env.HOME }}" nextcloud_use_firewalld: true