Skip to content

Commit

Permalink
nextcloud: Set maintenance_window_start
Browse files Browse the repository at this point in the history
  • Loading branch information
JGoutin committed Apr 23, 2024
1 parent 5c96047 commit de6fe88
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions roles/nextcloud/tasks/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,9 @@
when: "{{ nextcloud_country_code is defined }}"
- name: enable_previews
value: "{{ nextcloud_enable_previews | string | lower }}"
- name: maintenance_window_start
value: 1
type: integer

- name: Ensure user specified Nextcloud system configuration is set
ansible.builtin.command: '/usr/bin/php occ -n config:system:set {{ item.name }}
Expand Down

0 comments on commit de6fe88

Please sign in to comment.