Compare commits
1 Commits
server-24.
...
jcgruenhag
Author | SHA1 | Date | |
---|---|---|---|
18c494db2b |
@ -34,3 +34,5 @@
|
|||||||
networks: "{{ nextcloud_nginx_container_networks | default(omit) }}"
|
networks: "{{ nextcloud_nginx_container_networks | default(omit) }}"
|
||||||
restart_policy: "{{ nextcloud_nginx_container_restart_policy }}"
|
restart_policy: "{{ nextcloud_nginx_container_restart_policy }}"
|
||||||
state: started
|
state: started
|
||||||
|
comparisons:
|
||||||
|
"*": "strict"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
nextcloud_version: 24.0.1
|
nextcloud_version: 23.0.3
|
||||||
nextcloud_user: nextcloud
|
nextcloud_user: nextcloud
|
||||||
nextcloud_basepath: /opt/nextcloud
|
nextcloud_basepath: /opt/nextcloud
|
||||||
nextcloud_config_path: "{{ nextcloud_basepath }}/config"
|
nextcloud_config_path: "{{ nextcloud_basepath }}/config"
|
||||||
|
@ -122,6 +122,8 @@
|
|||||||
purge_networks: "{{ nextcloud_container_purge_other_networks }}"
|
purge_networks: "{{ nextcloud_container_purge_other_networks }}"
|
||||||
restart_policy: "{{ nextcloud_container_restart_policy }}"
|
restart_policy: "{{ nextcloud_container_restart_policy }}"
|
||||||
state: started
|
state: started
|
||||||
|
comparisons:
|
||||||
|
"*": "strict"
|
||||||
|
|
||||||
- name: Enable systemd timer for nextcloud cron
|
- name: Enable systemd timer for nextcloud cron
|
||||||
systemd:
|
systemd:
|
||||||
|
Reference in New Issue
Block a user