fix(nextcloud): typo in defaults
This commit is contained in:
parent
8825483217
commit
428371d919
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ nextcloud_disabled_apps: []
|
||||||
nextcloud_app_packages: >-
|
nextcloud_app_packages: >-
|
||||||
{%- set _apps = [] -%}
|
{%- set _apps = [] -%}
|
||||||
{%- for app in nextcloud_enabled_apps -%}
|
{%- for app in nextcloud_enabled_apps -%}
|
||||||
{%- set _ = _apps.apend('nextcloud-' + nextcloud_major_version + '-app-' + app.replace('_', '-')) -%}
|
{%- set _ = _apps.append('nextcloud-' + nextcloud_major_version + '-app-' + app.replace('_', '-')) -%}
|
||||||
{%- endfor -%}
|
{%- endfor -%}
|
||||||
{{- _apps -}}
|
{{- _apps -}}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue