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

View File

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