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

Fix table

This commit is contained in:
Mike Shoup 2017-11-10 18:38:59 -07:00
parent 545f4732e3
commit 82cb04d2af

View file

@ -12,7 +12,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-12.0.3.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 |