1
0
Fork 0
mirror of https://github.com/shouptech/ansible-role-nextcloud.git synced 2026-02-03 06:59:42 +00:00

Change package to 13.0.2

This commit is contained in:
Emma 2018-04-30 08:09:04 -06:00
parent 81af10becc
commit fcc467f9f9
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@ Role Variables
| name | default | comments | | 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_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 | | nextcloud_use_firewalld | yes | Whether or not `firewalld` is in use on the remote |

View file

@ -1,5 +1,5 @@
--- ---
# defaults file for nextcloud # 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_package_destination: "{{ ansible_env.HOME }}"
nextcloud_use_firewalld: true nextcloud_use_firewalld: true