This commit is contained in:
Lars Hahn 2024-11-27 22:35:31 +01:00
parent b12be8e5ba
commit d43854fb7a
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@
marker: "// {mark} ANSIBLE MANAGED BLOCK"
path: "{{ ncloud_dir }}/config/config.php"
block: |
'trusted_proxies' =>
'trusted_proxies' =>
array (
{% for proxy in ncloud_notify_trusted_proxies %}
{{ loop.index - 1}} => '{{ proxy }}',

View File

@ -36,7 +36,7 @@
recurse: yes
- name: configure php cron jobs
cron:
cron:
name: nextcloud-php
minute: "*/5"
job: "php -f {{ ncloud_dir }}/cron.php"